File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/vitest/src/node/cli Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ Should browser test files run in parallel. Use `--browser.fileParallelism=false`
395
395
- ** CLI:** ` --pool <pool> `
396
396
- ** Config:** [ pool] ( /config/#pool )
397
397
398
- Specify pool, if not running in the browser (default: ` threads ` )
398
+ Specify pool, if not running in the browser (default: ` forks ` )
399
399
400
400
### poolOptions.threads.isolate
401
401
Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ export const cliOptionsConfig: VitestCLIOptions = {
420
420
} ,
421
421
pool : {
422
422
description :
423
- 'Specify pool, if not running in the browser (default: `threads `)' ,
423
+ 'Specify pool, if not running in the browser (default: `forks `)' ,
424
424
argument : '<pool>' ,
425
425
subcommands : null , // don't support custom objects
426
426
} ,
You can’t perform that action at this time.
0 commit comments