Skip to content

Commit

Permalink
chore: test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
neoddish authored and cxxxxxn committed Jul 14, 2021
1 parent 9e3bc34 commit 61d2b87
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,8 @@ module.exports = {
},
},
testPathIgnorePatterns: ['/node_modules/'],
collectCoverage: false,
testRegex: '/__tests__/.*.test.ts?$',
collectCoverage: true,
collectCoverageFrom: ['src/**/*.ts'],
testRegex: '(/__tests__/.*\\.(test|spec))\\.ts$',
verbose: false,
};

0 comments on commit 61d2b87

Please sign in to comment.