Skip to content

Commit 6af73d9

Browse files
authoredNov 7, 2024··
fix: remove sequence.concurrent from the RuntimeConfig type (#6880)
1 parent f4c04ab commit 6af73d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎packages/vitest/src/runtime/config.ts

-1
Original file line numberDiff line numberDiff line change
@@ -158,7 +158,6 @@ export type RuntimeConfig = Pick<
158158
| 'printConsoleTrace'
159159
> & {
160160
sequence?: {
161-
concurrent?: boolean
162161
hooks?: SequenceHooks
163162
}
164163
}

0 commit comments

Comments
 (0)
Please sign in to comment.