Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Testing Library for Lynx

Unit testing library for lynx, same as https://github.com/testing-library.

Packages

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

Documentation

Find the complete documentation for ReactLynx Testing Library on lynxjs.org.

Credits

  • Testing Library for the testing utilities and good practices for React testing.
  • jsdom for the pure-JavaScript implementation of DOM API.