Skip to content

Commit 9678bbb

Browse files
Kent C. Doddsiansu
Kent C. Dodds
authored andcommitted
Support configuring coveragePathIgnorePatterns (#7080)
1 parent 91c2673 commit 9678bbb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/react-scripts/scripts/utils/createJestConfig.js

+1
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
7373
'collectCoverageFrom',
7474
'coverageReporters',
7575
'coverageThreshold',
76+
'coveragePathIgnorePatterns',
7677
'extraGlobals',
7778
'globalSetup',
7879
'globalTeardown',

0 commit comments

Comments
 (0)