Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork210
Tentative Vitest#2711
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:master
Are you sure you want to change the base?
Tentative Vitest#2711
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Don't fully understand the skip thing - I don't have any opinion on how you wanna approach this, the end result of using Vitest instead of Mocha to run the tests (without adjusting any of the tests, ideally) is what counts. |
dummdidumm commentedMar 19, 2025 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thank you for tackling this! |
In order to have#2706 we probably need to go to
vitest
and manage wellESM
.Also linked with this issue:#2031
Just started small to see if it's the good direction.
svelte2tsx test script is calling
mocha
&vitest
and when tests are ok in vitest, Iskip
them in mocha.So that the diff is approachable.
What do you think ?