Skip to content

Commit 5131992

Browse files
authored
docs: default pool in the types of 2.0 config (#6043)
1 parent 354fb9d commit 5131992

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/vitest/src/types/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,7 @@ export interface InlineConfig {
333333
*
334334
* Supports 'threads', 'forks', 'vmThreads'
335335
*
336-
* @default 'threads'
336+
* @default 'forks'
337337
*/
338338
pool?: Exclude<Pool, 'browser'>
339339

0 commit comments

Comments
 (0)