Skip to content

Commit

Permalink
docs: default value for the --pool CLI option (#7038)
Browse files Browse the repository at this point in the history
  • Loading branch information
austinhnelson authored Dec 6, 2024
1 parent d93989e commit 2ad14b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/guide/cli-generated.md
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ Should browser test files run in parallel. Use `--browser.fileParallelism=false`
- **CLI:** `--pool <pool>`
- **Config:** [pool](/config/#pool)

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

### poolOptions.threads.isolate

Expand Down
2 changes: 1 addition & 1 deletion packages/vitest/src/node/cli/cli-config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -420,7 +420,7 @@ export const cliOptionsConfig: VitestCLIOptions = {
},
pool: {
description:
'Specify pool, if not running in the browser (default: `threads`)',
'Specify pool, if not running in the browser (default: `forks`)',
argument: '<pool>',
subcommands: null, // don't support custom objects
},
Expand Down

0 comments on commit 2ad14b7

Please sign in to comment.