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

Commit

Permalink
don't collect coverage from tests
Browse files Browse the repository at this point in the history
  • Loading branch information
JaneJeon committed Dec 25, 2021
1 parent 27eb99a commit deb02d5
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 @@ -6,6 +6,7 @@ module.exports = {
branches: 80
}
},
coveragePathIgnorePatterns: ['<rootDir>/node_modules/', '<rootDir>/tests/'],
errorOnDeprecated: true,
notify: true,
globalSetup: './tests/utils/setup-db.js',
Expand Down

0 comments on commit deb02d5

Please sign in to comment.