mirror of
https://github.com/zhigang1992/create-react-app.git
synced 2026-04-24 05:05:53 +08:00
Support globalSetup and globalTeardown Jest options (#5218)
This commit is contained in:
@@ -68,6 +68,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
|
||||
'collectCoverageFrom',
|
||||
'coverageReporters',
|
||||
'coverageThreshold',
|
||||
'globalSetup',
|
||||
'globalTeardown',
|
||||
'resetMocks',
|
||||
'resetModules',
|
||||
'snapshotSerializers',
|
||||
|
||||
Reference in New Issue
Block a user