Skip to content

Commit

Permalink
Configure jest to ignore cypress tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwr18 committed Jan 14, 2019
1 parent 79f0c6b commit e263a9f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module.exports = {
"!**/src/index.js",
"!**/cypress/**"
],
testPathIgnorePatterns: [
"<rootDir>/cypress/",
"<rootDir>/node_modules/"
],
"transform": {
"^.+\\.js$": "babel-jest",
".+\\.(css|styl|less|sass|scss)$": "jest-transform-css",
Expand Down

0 comments on commit e263a9f

Please sign in to comment.