Skip to content
This repository has been archived by the owner on Oct 10, 2023. It is now read-only.

Commit

Permalink
Extend scope of code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
saitho committed Dec 10, 2019
1 parent eb5706f commit 7f01054
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = {
testMatch: [
'**/test/**/*.test.ts'
],
testEnvironment: 'node'
testEnvironment: 'node',
collectCoverageFrom: ['src/**/*.ts']
};

0 comments on commit 7f01054

Please sign in to comment.