Skip to content

Commit

Permalink
chore: coverage path ignore __test__
Browse files Browse the repository at this point in the history
  • Loading branch information
lvisei committed Mar 29, 2024
1 parent 0dd0c15 commit 138e317
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const config: Config = {
'<rootDir>/__tests__/unit/*.spec.+(ts|tsx|js)',
'<rootDir>/__tests__/unit/**/*/*.spec.+(ts|tsx|js)',
],
coveragePathIgnorePatterns: ['/node_modules/', '/iconfont/'],
coveragePathIgnorePatterns: ['/node_modules/', '/iconfont/', '/__test__/'],
coverageDirectory: 'coverage',
coverageReporters: ['html', 'lcov', 'clover'],
coverageThreshold: {
Expand Down

0 comments on commit 138e317

Please sign in to comment.