mirror of https://github.com/vuejs/core.git
test: use pool: vmThreads
This commit is contained in:
parent
a7cf74277e
commit
c8e87a1c90
|
@ -24,6 +24,7 @@ export default defineConfig({
|
||||||
},
|
},
|
||||||
plugins: [codspeedPlugin()],
|
plugins: [codspeedPlugin()],
|
||||||
test: {
|
test: {
|
||||||
|
pool: 'vmThreads',
|
||||||
globals: true,
|
globals: true,
|
||||||
setupFiles: 'scripts/setup-vitest.ts',
|
setupFiles: 'scripts/setup-vitest.ts',
|
||||||
environmentMatchGlobs: [
|
environmentMatchGlobs: [
|
||||||
|
|
Loading…
Reference in New Issue