Please enable JavaScript.
Coggle requires JavaScript to display documents.
UNIT TEST - Coggle Diagram
UNIT TEST
Jest
-
Overall
- It provides a set of features and tools to test the code and validate if it's working as expected
- Jest is a JavaScript testing framework that helps to write and run tests for JavaScript code
-
-
-
React Testing Library
Overall
-
It provides light utility functions on top of react-dom and react-dom/test-utils, in a way that encourages better testing practices
The way to work
-
Finding form elements by their label text (just like a user would), finding links and buttons from their text (like a user would).
-
-
-
-