Skip to content

Commit

Permalink
feat: add coverage folder to jest ignore patterns
Browse files Browse the repository at this point in the history
Signed-off-by: Wouter Termont <woutermont@gmail.com>
  • Loading branch information
woutermont committed May 10, 2021
1 parent 301c376 commit 3be40d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/jest-config/jest-preset.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ module.exports = merge.recursive(true, jsWithTs, {
coverageDirectory: "<rootDir>", // since current reporters only output json summary
coveragePathIgnorePatterns: [
"<rootDir>/dist/",
"<rootDir>/coverage/",
"<rootDir>/node_modules/",
"<rootDir>/.*\\.conf(ig)?.ts",
"<rootDir>/lib/public-api.ts",
Expand Down

0 comments on commit 3be40d4

Please sign in to comment.