I was curious about component testing with svelte. It doesn't seem like that's available. I think I'm going to use jest and the testing library for component testing.
This is because some of the UI tests with Cypress feel quite slow vs the rendering the virtual dom.
What do y'all think?