Skip to content

Commit

Permalink
Add coveragePathIgnorePatterns
Browse files Browse the repository at this point in the history
  • Loading branch information
saschanaz committed Feb 12, 2023
1 parent ad02600 commit fcf8c68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/backend/jest.config.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ module.exports = {
coverageDirectory: "coverage",

// An array of regexp pattern strings used to skip coverage collection
// coveragePathIgnorePatterns: [
// "\\\\node_modules\\\\"
// ],
coveragePathIgnorePatterns: [
"/node_modules/",
],

// Indicates which provider should be used to instrument code for coverage
coverageProvider: "v8",
Expand Down

0 comments on commit fcf8c68

Please sign in to comment.