Matthew Farley

Results 1 comments of Matthew Farley

When using `svelteTesting` Vitest setup function with Svelte 5, the `autoCleanup` option does not work because the function imports the Svelte 4 cleanup function by way of [vitest.js](https://github.com/testing-library/svelte-testing-library/blob/main/src/vite.js#L71). I have...