Skip to content

Commit

Permalink
Add restoreMocks to supported jest config keys (#7921)
Browse files Browse the repository at this point in the history
  • Loading branch information
ianschmitz authored Nov 3, 2019
1 parent 6d6dfa9 commit 9750738
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/react-scripts/scripts/utils/createJestConfig.js
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
'moduleNameMapper',
'resetMocks',
'resetModules',
'restoreMocks',
'snapshotSerializers',
'transform',
'transformIgnorePatterns',
Expand Down

0 comments on commit 9750738

Please sign in to comment.