Skip to content

Commit

Permalink
fix: remove sequence.concurrent from the RuntimeConfig type since…
Browse files Browse the repository at this point in the history
… it doesn't actually affect it

Fixes #6684
  • Loading branch information
sheremet-va committed Nov 7, 2024
1 parent f4c04ab commit 34bc20a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/vitest/src/runtime/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,6 @@ export type RuntimeConfig = Pick<
| 'printConsoleTrace'
> & {
sequence?: {
concurrent?: boolean
hooks?: SequenceHooks
}
}
Expand Down

0 comments on commit 34bc20a

Please sign in to comment.