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()],
|
||||
test: {
|
||||
pool: 'vmThreads',
|
||||
globals: true,
|
||||
setupFiles: 'scripts/setup-vitest.ts',
|
||||
environmentMatchGlobs: [
|
||||
|
|
Loading…
Reference in New Issue