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.
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
debugflag that tells us where the tests are currently hanging.