Skip to content

Commit

Permalink
Ignore example and lib when testing
Browse files Browse the repository at this point in the history
Currently testPathDirs is broken, so use this instead.

jestjs/jest#1840
  • Loading branch information
cooperka committed Oct 27, 2016
1 parent 8ffb376 commit 2a548b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,8 @@
},
"jest": {
"preset": "jest-react-native",
"verbose": true
"verbose": true,
"testPathIgnorePatterns": ["/node_modules/", "/example/", "/lib/"]
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 2a548b3

Please sign in to comment.