Skip to content

Commit 2ad14b7

Browse files
docs: default value for the --pool CLI option (#7038)
1 parent d93989e commit 2ad14b7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/guide/cli-generated.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ Should browser test files run in parallel. Use `--browser.fileParallelism=false`
395395
- **CLI:** `--pool <pool>`
396396
- **Config:** [pool](/config/#pool)
397397

398-
Specify pool, if not running in the browser (default: `threads`)
398+
Specify pool, if not running in the browser (default: `forks`)
399399

400400
### poolOptions.threads.isolate
401401

packages/vitest/src/node/cli/cli-config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ export const cliOptionsConfig: VitestCLIOptions = {
420420
},
421421
pool: {
422422
description:
423-
'Specify pool, if not running in the browser (default: `threads`)',
423+
'Specify pool, if not running in the browser (default: `forks`)',
424424
argument: '<pool>',
425425
subcommands: null, // don't support custom objects
426426
},

0 commit comments

Comments
 (0)