Test Recipes using Vitest & Testing Library
"Svelte component test recipes using Vitest & Testing Library with TypeScript.
In this repo, we'll use
vitest,@testing-library/svelte, andsvelte-htmto test Svelte components that seemed to be hard to test. Such as two-way bindings, name slots, Context API, ...etc.As a Svelte advocate, the fantastic DX is one of the reasons I love Svelte. While component testing is something that I think we can still improve over time."
David Peng
@davipon