mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-23 04:40:23 +08:00
feat: add additional Jest keys to whitelist (#7832)
This commit is contained in:
@@ -71,10 +71,12 @@ module.exports = (resolve, rootDir, isEjecting) => {
|
||||
}
|
||||
const overrides = Object.assign({}, require(paths.appPackageJson).jest);
|
||||
const supportedKeys = [
|
||||
'clearMocks',
|
||||
'collectCoverageFrom',
|
||||
'coveragePathIgnorePatterns',
|
||||
'coverageReporters',
|
||||
'coverageThreshold',
|
||||
'coveragePathIgnorePatterns',
|
||||
'displayName',
|
||||
'extraGlobals',
|
||||
'globalSetup',
|
||||
'globalTeardown',
|
||||
|
||||
Reference in New Issue
Block a user