testing-library-docs
testing-library-docs copied to clipboard
feat(qwik-testing-library): add documentation for Qwik Testing Library
This PR adds documentation for the new Qwik Testing Library to provide more testing tools for the Qwik Framework.
The library was tested with a few projects running in production, but any additional feedback is greatly appreciated as well!
We will keep updating the documentation with more examples and upcoming APIs (such as better mocking utilities and renderHook
) when they become available.
Note: the easy way to setup the library with npm run qwik add testing-library
is a PR in the Qwik framework and will soon be available. You need to follow the manual setup for now.