We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc33563 commit bb12752Copy full SHA for bb12752
vitest.config.ts
@@ -1,3 +1,3 @@
1
import {defineConfig} from 'vitest/config';
2
3
-export default defineConfig({test: {globals: true, restoreMocks: true}});
+export default defineConfig({test: {restoreMocks: true}});
0 commit comments