Skip to content

Commit

Permalink
chore(jest): fix coverage collection scope
Browse files Browse the repository at this point in the history
  • Loading branch information
yifanwww committed Mar 11, 2024
1 parent 5501d7d commit 65c1d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/jest/jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ function getConfig() {
'src/**/*.ts',
'!src/**/__mocks__/**/*.ts',
'!src/**/__tests__/**/*.ts',
'!src/**/*.{spec.test}.ts',
'!src/**/*.{spec,test}.ts',
'!src/**/*.d.ts',
'!src/test.setup.ts',
],
Expand Down

0 comments on commit 65c1d79

Please sign in to comment.