DOM Testing Library
github.com/testing-library/dom-testing-library, Testing Library, @testing-library/dom, @testing-library/dom
, на сайте с March 29, 2023 02:53
The DOM Testing Library is a very light-weight solution for testing DOM nodes (whether simulated with JSDOM as provided by default with Jest or in the browser). The main utilities it provides involve querying the DOM for nodes in a way that's similar to how the user finds elements on the page. In this way, the library helps ensure your tests give you confidence in your UI code. The DOM Testing Library's primary guiding principle is: