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
Replace the test runner mocha with Vitest in the repo. Reasons:
adjust with Svelte(Kit) where that's used, too
Vitest can deal with ESM better, which will become more and more relevant (there are some workarounds currently in the tests to not having to import ESM Svelte)
The text was updated successfully, but these errors were encountered:
Replace the test runner mocha with Vitest in the repo. Reasons:
The text was updated successfully, but these errors were encountered: