Describe the bug

Runing with vitest run --coverage. All tests passed and coverage is generated, while the process stucks.
Addtional info:
All functions in tests are sync, we are absolutely sure that we do not have any async functions in test, also we are not creating child process. Also the test works well in local environment.
I supposed that the issue is not on our side, as jest is working well before switching to vitest and the test is actually just markdown tests using marked and markdown-it, all test are sync (without done()) and as the test passes, the script should be completed
Reproduction
https://github.com/walinejs/waline/runs/6387036857?check_suite_focus=true
System Info
Used Package Manager
pnpm
Validations
Describe the bug
Runing with
vitest run --coverage. All tests passed and coverage is generated, while the process stucks.Addtional info:
All functions in tests are sync, we are absolutely sure that we do not have any async functions in test, also we are not creating child process. Also the test works well in local environment.
I supposed that the issue is not on our side, as jest is working well before switching to
vitestand the test is actually just markdown tests usingmarkedandmarkdown-it, all test are sync (withoutdone()) and as the test passes, the script should be completedReproduction
https://github.com/walinejs/waline/runs/6387036857?check_suite_focus=true
System Info
Used Package Manager
pnpm
Validations