Skip to content

Commit

Permalink
chore(jest): ignore dist/ for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
francoischalifour committed Dec 9, 2020
1 parent 6e2c1b0 commit bf747b0
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 @@ -5,6 +5,7 @@ module.exports = {
'./scripts/jest/setupTests.ts',
],
testPathIgnorePatterns: ['node_modules/', 'dist/', 'cypress/'],
coveragePathIgnorePatterns: ['node_modules/', 'dist/'],
watchPlugins: [
'jest-watch-typeahead/filename',
'jest-watch-typeahead/testname',
Expand Down

0 comments on commit bf747b0

Please sign in to comment.