Svelte Component Test Recipes
Svelte component test recipes using Vitest & Testing Library with TypeScript
Sep 19, 202214 min read4.8K

Search for a command to run...
Articles tagged with #component-test
Svelte component test recipes using Vitest & Testing Library with TypeScript

Hi 👋, I'm David Peng. It's been a while since my last blog post. In the last two months, I added 100+ unit/ component/ e2e tests in my Svelte project (yeah, I didn't do TDD because I wasn't familiar with testing enough 😅). I experimented with diffe...
