Hello everyone . So i was doing some searches about LiveSvelte project, an awesome project by the way, but i had a question though: What about testing?
So live view comes with a bunch of macros for test, you can assert that a view rendered offline or connected, assert that after click event the view was redirect and much more, but when using live svelte your ui is driven mostly on “Svelte side”, so how would i test the code? Should i just ignore this live view ready to go test infrastructure and do svelte tests ? Have you guys had such experience with this or even know some example project that uses LiveSvelte and has tests?
Hope it was clear enough, thanks mates