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
When threads are enabled and there are multiple test environments used by the test cases, there should be no multiple test environments used in a single thread. Instead the test cases should be grouped by environment and run in separate threads.
It's already intended in code but it's not working:
Describe the bug
When threads are enabled and there are multiple test environments used by the test cases, there should be no multiple test environments used in a single thread. Instead the test cases should be grouped by environment and run in separate threads.
It's already intended in code but it's not working:
vitest/packages/vitest/src/node/pools/threads.ts
Lines 165 to 166 in fbb56ad
Reproduction
https://stackblitz.com/edit/vitest-dev-vitest-ihs847?file=vite.config.ts
System Info
Used Package Manager
npm
Validations
The text was updated successfully, but these errors were encountered: