Skip to content

Commit

Permalink
Support globalSetup and globalTeardown Jest options (facebook#5218)
Browse files Browse the repository at this point in the history
  • Loading branch information
gaearon authored Oct 1, 2018
1 parent a267d15 commit 18ded1a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,8 @@ module.exports = (resolve, rootDir, isEjecting) => {
'collectCoverageFrom',
'coverageReporters',
'coverageThreshold',
'globalSetup',
'globalTeardown',
'resetMocks',
'resetModules',
'snapshotSerializers',
Expand Down

0 comments on commit 18ded1a

Please sign in to comment.