React Testing Library Part 2 - Asynchronous TestsIn the previous article we learnt about the getByText() and getByRole() queries. The getByX() queries throw an error and immediately cause tests to fail if they are not present in the DOM.Read More…
React Testing Library Part 1React Testing Library (RTL) is a UI-layer testing framework that helps us ensure that React components are rendering and behaving as expected.Read More…