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 e533f10 commit 446a223Copy full SHA for 446a223
vitest.config.ts
@@ -24,6 +24,7 @@ export default defineConfig({
24
},
25
test: {
26
environment: 'jsdom',
27
+ experimentalVmThreads: true,
28
setupFiles: [path.resolve(__dirname, './setup.js')],
29
include: ['tests/**/*.spec.ts'],
30
server: {
0 commit comments