Skip to content

Commit

Permalink
chore(jest): use even more ignore patterns
Browse files Browse the repository at this point in the history
it keeps adding back some tests to coverage results :/
  • Loading branch information
posva committed Dec 28, 2017
1 parent 738059b commit 44f6f39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"<rootDir>/test/.*.js"
"<rootDir>/test/*.js",
"<rootDir>/test/.*.js",
"<rootDir>/test/*/*.js"
]
}
}

0 comments on commit 44f6f39

Please sign in to comment.