DOM Testing Utilities
"The
svelte-testing-library
is a very lightweight solution for testing Svelte components. It provides light utility functions on top of svelte and dom-testing-library, in a way that encourages better testing practices. Its primary guiding principle is:The more your tests resemble the way your software is used, the more confidence they can give you."
Kent C. Dodds
@kentcdodds