Skip to content

Commit

Permalink
test: fix jest config and rename files (#258)
Browse files Browse the repository at this point in the history
  • Loading branch information
jahed authored and michael-ciniawsky committed Sep 1, 2018
1 parent a78b301 commit 6323e17
Show file tree
Hide file tree
Showing 6 changed files with 3,425 additions and 3,421 deletions.
10 changes: 3 additions & 7 deletions jest.config.js
Original file line number Diff line number Diff line change
@@ -1,9 +1,5 @@
module.exports = {
transformIgnorePatterns: [
'/node_modules/',
'<rootDir>/dist/',
],
watchPathIgnorePatterns: [
'<rootDir>/test/js',
],
testURL: 'http://localhost/',
transformIgnorePatterns: ['/node_modules/', '<rootDir>/dist/'],
watchPathIgnorePatterns: ['<rootDir>/test/js'],
};

0 comments on commit 6323e17

Please sign in to comment.