chore: disable vitest threads

This commit is contained in:
MadCcc 2023-06-07 21:18:16 +08:00
parent 1a65a9b5cf
commit 80264a7aa5

View File

@ -47,6 +47,7 @@ export default defineConfig({
...commonConfig, ...commonConfig,
test: { test: {
...commonConfig.test, ...commonConfig.test,
threads: false,
include, include,
exclude: ['**/{image,node}.test.*', ...defaultExclude], exclude: ['**/{image,node}.test.*', ...defaultExclude],
globals: true, globals: true,