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.
pool
threads
1 parent f312543 commit 232240fCopy full SHA for 232240f
vitest.config.mts
@@ -2,6 +2,7 @@ import { defineConfig } from 'vitest/config'
2
3
export default defineConfig({
4
test: {
5
+ pool: 'threads',
6
watch: false,
7
globals: true,
8
setupFiles: ['test/setup.ts'],
0 commit comments