You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
set maxConcurrency to 0 in vitest's config and it seems to not spin up any workers
This appears to be behavior that was introduced somewhere around vitest 1.5.0. IMO it should either error, or "disable" concurrency (e.g. set it to 1).
Describe the bug
set
maxConcurrency
to 0 in vitest's config and it seems to not spin up any workersThis appears to be behavior that was introduced somewhere around vitest 1.5.0. IMO it should either error, or "disable" concurrency (e.g. set it to 1).
Reproduction
System Info
Used Package Manager
pnpm
Validations
The text was updated successfully, but these errors were encountered: