We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83a3f9e commit e56bd70Copy full SHA for e56bd70
jest.config.js
@@ -10,6 +10,7 @@ module.exports = {
10
collectCoverage: true,
11
coverageDirectory: '.nyc_output',
12
coverageReporters: ['json'],
13
+ coveragePathIgnorePatterns: ['<rootDir>/test/'],
14
transform: {
15
'^.+\\.(ts)?$': 'ts-jest',
16
},
0 commit comments