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
I've been working on PRs to add rules after he switch from mocha to vitest and have experience a massive regression in ability to run tests efficiently.
I can no longer run all tests from the test explorer due to a bug reported here: vitest-dev/vscode#257
This forces me to run tests group-by-group (basically per file). However, even here, the performance of vitest is terrible and takes about 5x as long as the same run in mocha.
Some random examples (this is consistent for me regardless of the test)
vitest
mocha
vitest
mocha
vitest
mocha
For both of these reasons, I ask that we restore the ability to run tests with mocha so devs can use whichever framework is most performant for their setup.
The text was updated successfully, but these errors were encountered:
I've been working on PRs to add rules after he switch from mocha to vitest and have experience a massive regression in ability to run tests efficiently.
I can no longer run all tests from the test explorer due to a bug reported here:
vitest-dev/vscode#257
This forces me to run tests group-by-group (basically per file). However, even here, the performance of vitest is terrible and takes about 5x as long as the same run in mocha.
Some random examples (this is consistent for me regardless of the test)
vitest
mocha
vitest
mocha
vitest
mocha
For both of these reasons, I ask that we restore the ability to run tests with mocha so devs can use whichever framework is most performant for their setup.
The text was updated successfully, but these errors were encountered: