We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 790fba9 commit 4974a20Copy full SHA for 4974a20
packages/react-scripts/scripts/utils/createJestConfig.js
@@ -65,6 +65,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
65
'jest-watch-typeahead/filename',
66
'jest-watch-typeahead/testname',
67
],
68
+ resetMocks: true,
69
};
70
if (rootDir) {
71
config.rootDir = rootDir;
0 commit comments