We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a6d54cc commit 711248aCopy full SHA for 711248a
vitest.config.js
@@ -1,3 +1,3 @@
1
import {defineConfig} from 'vitest/config';
2
3
-export default defineConfig({test: {globals: true}});
+export default defineConfig({test: {restoreMocks: true}});
0 commit comments