This commit is contained in:
Fernando Fernández 2025-06-25 17:57:31 +07:00 committed by GitHub
commit 4a588ab3b6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 6 additions and 1 deletions

View File

@ -23,7 +23,12 @@ export default defineConfig({
}, },
test: { test: {
globals: true, globals: true,
pool: 'threads', pool: 'forks',
poolOptions: {
forks: {
execArgv: ['--expose-gc'],
},
},
setupFiles: 'scripts/setup-vitest.ts', setupFiles: 'scripts/setup-vitest.ts',
environmentMatchGlobs: [ environmentMatchGlobs: [
['packages/{vue,vue-compat,runtime-dom}/**', 'jsdom'], ['packages/{vue,vue-compat,runtime-dom}/**', 'jsdom'],