mirror of
https://github.com/ant-design/ant-design.git
synced 2025-08-15 13:38:29 +02:00
chore: disable vitest threads
This commit is contained in:
parent
1a65a9b5cf
commit
80264a7aa5
1 changed files with 1 additions and 0 deletions
|
@ -47,6 +47,7 @@ export default defineConfig({
|
|||
...commonConfig,
|
||||
test: {
|
||||
...commonConfig.test,
|
||||
threads: false,
|
||||
include,
|
||||
exclude: ['**/{image,node}.test.*', ...defaultExclude],
|
||||
globals: true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue