Skip to content

Commit

Permalink
does not seem right to me
Browse files Browse the repository at this point in the history
  • Loading branch information
asturur committed Apr 30, 2024
1 parent 291b47b commit c49bed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ module.exports = {
coverageDirectory: 'coverage',

// An array of regexp pattern strings used to skip coverage collection
coveragePathIgnorePatterns: ['/node_modules/'],
coveragePathIgnorePatterns: ['/node_modules/', 'jest.extend.ts'],

// Indicates which provider should be used to instrument code for coverage (babel)
coverageProvider: 'v8',
Expand Down

0 comments on commit c49bed9

Please sign in to comment.