mirror of https://github.com/vuejs/core.git
test: revert to threads
vmThreads mode swallows console.logs during test debugging
This commit is contained in:
parent
f12c81efca
commit
173ec65cd4
|
@ -24,7 +24,6 @@ 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