A Practical Guide to Mocking Svelte Stores with Vitest
Dec 15, 2023 · 4 min read · I'm using Svelte stores in this post as an example, but the principle applies to any function or variable you want to mock with vitest, with any js framework. Imagine this... You've just refactored some complex code into a killer custom Svelte store...
Join discussion
