Skip to content

Commit

Permalink
fix: path for coverage test exclusions
Browse files Browse the repository at this point in the history
  • Loading branch information
ala-n committed Jan 18, 2021
1 parent 4ffd051 commit 6c29f49
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 @@ -14,7 +14,7 @@ module.exports = {
collectCoverageFrom: [
'src/modules/**/*.ts',
// test dir
'!src/**/test/*ts',
'!src/**/test/*.ts',
// cumulative exclude
'!src/modules/*.ts',
'!src/modules/*/*.ts',
Expand Down

0 comments on commit 6c29f49

Please sign in to comment.