solidjs / solid-testing-library

Simple and complete Solid testing utilities that encourage good testing practices.
MIT License
201 stars 19 forks source link

switch to esm / tsup / vitest #21

Closed atk closed 2 years ago

atk commented 2 years ago

This PR builds on the work of PR#11, with fixes and updates, but also switches the testing from jest to vitest in order to reduce testing time by ~75%.