Skip to content

Commit

Permalink
Support configuring coveragePathIgnorePatterns (#7080)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kent C. Dodds authored and iansu committed Aug 8, 2019
1 parent 91c2673 commit 9678bbb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'coveragePathIgnorePatterns',
'extraGlobals',
'globalSetup',
'globalTeardown',
Expand Down

0 comments on commit 9678bbb

Please sign in to comment.