Skip to content

Commit

Permalink
docs: default pool in the types of 2.0 config (#6043)
Browse files Browse the repository at this point in the history
  • Loading branch information
RobinTail committed Jul 7, 2024
1 parent 354fb9d commit 5131992
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/vitest/src/types/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ export interface InlineConfig {
*
* Supports 'threads', 'forks', 'vmThreads'
*
* @default 'threads'
* @default 'forks'
*/
pool?: Exclude<Pool, 'browser'>

Expand Down

0 comments on commit 5131992

Please sign in to comment.