[READ-ONLY] Mirror of https://github.com/vitest-dev/vitest. Next generation testing framework powered by Vite. vitest.dev
test testing-tools vite
12

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove `sequence.concurrent` from the `RuntimeConfig` type (#6880)

authored by

Vladimir and committed by
GitHub
(Nov 7, 2024, 4:01 PM +0100) 6af73d93 f4c04ab6

-1
-1
packages/vitest/src/runtime/config.ts
··· 158 158 | 'printConsoleTrace' 159 159 > & { 160 160 sequence?: { 161 - concurrent?: boolean 162 161 hooks?: SequenceHooks 163 162 } 164 163 }