Skip to content

Commit

Permalink
Fix modulePathIgnorePatterns for Jest 22
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Dec 19, 2017
1 parent 7a7a5eb commit 00c5bc1
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,10 @@
}
],
"jest": {
"testEnvironment": "node"
"testEnvironment": "node",
"modulePathIgnorePatterns": [
"<rootDir>/build"
]
},
"eslintConfig": {
"parser": "babel-eslint",
Expand Down

0 comments on commit 00c5bc1

Please sign in to comment.