Skip to content
This repository has been archived by the owner on Apr 13, 2023. It is now read-only.

Commit

Permalink
Don't let jest look inside examples
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Nov 14, 2016
1 parent 8cb978b commit 4bc975f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,9 @@
"js",
"json"
],
"modulePathIgnorePatterns": [
"<rootDir>/examples"
],
"testRegex": "<rootDir>/test/.*.test.(ts|tsx|js)$",
"collectCoverage": true
},
Expand Down

0 comments on commit 4bc975f

Please sign in to comment.