We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 814faa0 + 7e728a6 commit 8b12397Copy full SHA for 8b12397
tests/images/create.js
@@ -1,8 +1,8 @@
1
exports.default = [
2
+ '.babelrc',
3
'.gitignore',
4
'package.json',
5
'README.md',
- 'src/.babelrc',
6
'src/assets/favicon.ico',
7
'src/assets/icons/android-chrome-192x192.png',
8
'src/assets/icons/android-chrome-512x512.png',
@@ -20,9 +20,9 @@ exports.default = [
20
'src/routes/profile/index.js',
21
'src/routes/profile/style.css',
22
'src/style/index.css',
23
- 'src/tests/__mocks__/browserMocks.js',
24
- 'src/tests/__mocks__/fileMocks.js',
25
- 'src/tests/header.test.js'
+ 'tests/__mocks__/browserMocks.js',
+ 'tests/__mocks__/fileMocks.js',
+ 'tests/header.test.js'
26
];
27
28
exports.full = exports.default;
0 commit comments