Michael Cousins
Michael Cousins
I just got through porting the Svelte examples to v5, and I went ahead and did it in the [STL repository itself](https://github.com/testing-library/svelte-testing-library/pull/440) so I could ensure that examples would be...
We've had a lot of great feedback, issue reports, ideas, etc. in #284. It would be great to incorporate those contributions into the documentation
## Overview The internal `core` module has got some potential usages outside of this library. It also could use a little bit of cleanup now that the dust has settled...
## Overview The internal `core` module has got some potential usages outside of this library. It also could use a little bit of cleanup now that the dust has settled...
`@testing-library/svelte` includes logic to render Svelte components into the DOM. It's mostly a thin wrapper around the `svelte` module itself, but it's got a few tricks up its sleeves: -...