vitest run
crash: thread '<unnamed>' panicked at 'Failed to deserialize constructor options.
#227
Labels
vitest run
crash: thread '<unnamed>' panicked at 'Failed to deserialize constructor options.
#227
Describe the bug
Crash when run these test commands:
npm run test
(alias forvitest run
)npm run test:watch
(alias forvitest
)This happens often but not always. Crashes usually occur on the first try, then succeed on the next.
And since the
npm run test
command is used in CI workflows, those workflows are also impacted and hamper the DevOps process. The first case is found in https://github.com/fityannugroho/idn-area/actions/runs/6508997855/job/17679490953.To Reproduce
Steps to reproduce the behavior:
npm run test
ornpm run test:watch
Expected behavior
The command should run successfully without any errors.
Screenshots or Error logs
Also affects the CI workflow, for example:
https://github.com/fityannugroho/idn-area/actions/runs/6871822395/job/18689316010
Additional context
The strange thing is that there is no problem with the
npm run test:cov
command.The text was updated successfully, but these errors were encountered: