Skip to content

Commit

Permalink
chore: jest new config
Browse files Browse the repository at this point in the history
  • Loading branch information
Novout committed Sep 27, 2021
1 parent 71fb779 commit 9b18222
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 @@ -5,6 +5,6 @@ module.exports = {
collectCoverage: true,
collectCoverageFrom: [
'**/use/*.ts',
'!**/node_modules/**',
'!**/node_modules/**'
],
};

0 comments on commit 9b18222

Please sign in to comment.