Skip to content

Commit e56bd70

Browse files
test: remove test folder from code coverage result (#2610)
1 parent 83a3f9e commit e56bd70

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

jest.config.js

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ module.exports = {
1010
collectCoverage: true,
1111
coverageDirectory: '.nyc_output',
1212
coverageReporters: ['json'],
13+
coveragePathIgnorePatterns: ['<rootDir>/test/'],
1314
transform: {
1415
'^.+\\.(ts)?$': 'ts-jest',
1516
},

0 commit comments

Comments
 (0)