Unclaimed project
Are you a maintainer of react-testing-library? Claim this project to take control of your public changelog and roadmap.
Changelog
🐐 Simple and complete React DOM testing utilities that encourage good testing practices.
Last updated 2 months ago
@testing-library/dom was moved to a peer dependency and needs to be explicitly installed. This reduces the chance of having conflicting versions of @testing-library/dom installed that frequently caused bugs when used with @testing-library/user-event. We will also be able to allow new versions of @testing-library/dom being used without a SemVer major release of @testing-library/react by just widening the peer dependency.
@types/react-dom needs to be installed if you're typechecking files using @testing-library/react.