Skip to content

Commit

Permalink
Merge pull request #688 from digitalica/fixcreatetest
Browse files Browse the repository at this point in the history
fix create test after updates in default template
  • Loading branch information
ForsakenHarmony authored Jan 25, 2019
2 parents 814faa0 + 7e728a6 commit 8b12397
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions tests/images/create.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
exports.default = [
'.babelrc',
'.gitignore',
'package.json',
'README.md',
'src/.babelrc',
'src/assets/favicon.ico',
'src/assets/icons/android-chrome-192x192.png',
'src/assets/icons/android-chrome-512x512.png',
Expand All @@ -20,9 +20,9 @@ exports.default = [
'src/routes/profile/index.js',
'src/routes/profile/style.css',
'src/style/index.css',
'src/tests/__mocks__/browserMocks.js',
'src/tests/__mocks__/fileMocks.js',
'src/tests/header.test.js'
'tests/__mocks__/browserMocks.js',
'tests/__mocks__/fileMocks.js',
'tests/header.test.js'
];

exports.full = exports.default;

0 comments on commit 8b12397

Please sign in to comment.