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 running unit tests with Vitest, the following error occasionally occurs:
This issue does not appear consistently—it happens intermittently, which suggests a possible race condition. However, I'm unsure where to begin investigating or how to reliably reproduce it.
Expected Behavior
The test suite should run reliably without this error, or the error should be reproducible and consistent across test runs.
Repro Steps / Code Example
The issue is difficult to reproduce consistently, and the code base is in a private repo.