Skip to content

Commit

Permalink
update jest-config
Browse files Browse the repository at this point in the history
  • Loading branch information
tompascall committed Oct 5, 2019
1 parent 7031ed4 commit f41fb49
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module.exports = {
"transform": {
"^.+\\.[jt]s?$": "babel-jest"
},
"testPathIgnorePatterns": ["<rootDir>/node_modules/", "<rootDir>/demo/", "<rootDir>/build/"],
"testPathIgnorePatterns": ["<rootDir>/node_modules/", "<rootDir>/demo/", "<rootDir>/build/__tests__"],
"modulePathIgnorePatterns": ["/build/"]
};

0 comments on commit f41fb49

Please sign in to comment.