Unit testing library for lynx, same as https://github.com/testing-library.
| Package | Description | Equivalent |
|---|---|---|
| @lynx-js/testing-environment | Lynx equivalent of jsdom | jsdom |
| @lynx-js/react/testing-library | Lynx equivalent of preact-testing-library | @testing-library/preact |
Find the complete documentation for ReactLynx Testing Library on lynxjs.org.
- Testing Library for the testing utilities and good practices for React testing.
- jsdom for the pure-JavaScript implementation of DOM API.