mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
chore: disable vitest threads
This commit is contained in:
parent
1a65a9b5cf
commit
80264a7aa5
@ -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,
|
||||||
|
Loading…
Reference in New Issue
Block a user