React Testing Library is a pokedex project, but its main focus is to develop by tests before the code itself. I developed this project through Trybe course, in Front End module. By the way, I want to give credits to Trybe for giving the functions on services directory, thanks!
-
Use React-Testing-Library queries in automated tests.
-
Simulate events with React-Testing-Library in automated tests.
-
Test asynchronous logic flows with the React-Testing-Library.
-
Write tests that allow the refactoring of the application's components structure without having to be changed.
-
Create API mocks using fetch.
-
Test inputs.