Should vi.setConfig({ sequence: { concurrent: true } })
work?
#6684
Labels
p1-chore
Doesn't change code behavior (priority)
Describe the bug
Docs now mentions it's not supported https://vitest.dev/api/vi.html#vi-setconfig But it's available as typing of
vi.setConfig
.vitest/docs/api/vi.md
Lines 977 to 980 in 2a50464
But it might be a regression and possible to make it work again #6653 (comment)
If not, we should update
RuntimeConfig
to hide it from typing.Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-opxrtz?file=repro.test.ts
(based on tests from #6652)
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: