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
We run a huge test suite based on the latest Vitest integration for our project. We are seeing way too many test hangs that doesn't report any errors and are too sporadic after switching from the previous Jest based test integration.
Are there tools in vitest-pool-workers to debug hanging tests? We'd like an option to provide a debug flag that tells us where the tests are currently hanging.
The text was updated successfully, but these errors were encountered:
Describe the solution
We run a huge test suite based on the latest Vitest integration for our project. We are seeing way too many test hangs that doesn't report any errors and are too sporadic after switching from the previous Jest based test integration.
Are there tools in vitest-pool-workers to debug hanging tests? We'd like an option to provide a
debug
flag that tells us where the tests are currently hanging.The text was updated successfully, but these errors were encountered: