DOM Testing Utilities
"The
react-testing-libraryis a very lightweight solution for testing React components. It provides light utility functions on top ofreact-domandreact-dom/test-utils, in a way that encourages better testing practices. Its primary guiding principle is: The more your tests resemble the way your software is used, the more confidence they can give you."