Unverified Commit bce2bfca authored by Dan Abramov's avatar Dan Abramov Committed by GitHub
Browse files

Support globalSetup and globalTeardown Jest options (#5218)

parent 316da53a
Showing with 2 additions and 0 deletions
+2 -0
......@@ -68,6 +68,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'globalSetup',
'globalTeardown',
'resetMocks',
'resetModules',
'snapshotSerializers',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment