1
0
mirror of https://github.com/robonen/tools.git synced 2026-03-20 10:54:44 +00:00

feat(vue/primitives): remove execArgv option from test configuration

This commit is contained in:
2026-03-10 18:36:45 +07:00
parent 4574bae0b6
commit 5fa38110b7
2 changed files with 0 additions and 1 deletions

Binary file not shown.

View File

@@ -14,6 +14,5 @@ export default defineConfig({
}, },
test: { test: {
environment: 'jsdom', environment: 'jsdom',
execArgv: ['--expose-gc'],
}, },
}); });