Support configuring coveragePathIgnorePatterns (#7080)

This commit is contained in:
Kent C. Dodds
2019-08-08 15:13:45 -06:00
committed by Ian Sutherland
parent 91c2673e59
commit 9678bbb4bf

View File

@@ -73,6 +73,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'coveragePathIgnorePatterns',
'extraGlobals',
'globalSetup',
'globalTeardown',