Skip to content

Commit

Permalink
chore: update jest config
Browse files Browse the repository at this point in the history
  • Loading branch information
william koller committed Sep 29, 2021
1 parent c3dc3c3 commit 363e63d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jest.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ module.exports = {
'!<rootDir>/src/infra/**',
'!<rootDir>/src/main.ts',
'!<rootDir>/src/modules/**/dtos/**',
'!**/test/**',
],
coverageDirectory: 'coverage',
testEnvironment: 'node',
Expand Down

0 comments on commit 363e63d

Please sign in to comment.