Svelte Testing Components

DOM Testing Utilities

Creator

Kent C. Dodds @kentcdodds

Description

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.
Visit Site
Related Projects