Skip to content

Commit

Permalink
chore(coverage): fix ignore paths for jest
Browse files Browse the repository at this point in the history
  • Loading branch information
posva committed Dec 26, 2017
1 parent 60f7487 commit cb68c10
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 @@ -68,7 +68,8 @@
"jest": {
"collectCoverage": true,
"coveragePathIgnorePatterns": [
"<rootDir>/test/*.js"
"<rootDir>/test/*.js",
"<rootDir>/test/*/*.js"
]
}
}

0 comments on commit cb68c10

Please sign in to comment.