Skip to content

Commit

Permalink
Ignore test folder for code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
juanenrisley committed Sep 28, 2023
1 parent cd2fa9d commit 47ec68a
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 @@ -7,7 +7,7 @@ module.exports = {
moduleNameMapper: {
'^~(.*)$': '<rootDir>/src$1',
},
modulePathIgnorePatterns: ['<rootDir>/test/helpers'],
coveragePathIgnorePatterns: ['<rootDir>/test'],
testEnvironment: 'node',
testTimeout: 60 * 1000,
verbose: true,
Expand Down

0 comments on commit 47ec68a

Please sign in to comment.