/Project-RTL

Project made to hone my skills with the React Testing Library.

Primary LanguageJavaScript

Project React Testing Library

Project made while studying at Trybe, a web development school.

The project was made to test my testing skills with the React Testing Library (RTL).

Skills Developed

With this project I was able to:

  • Use queries from RTL on automated tests.
  • Simulate events with RTL on automated tests.
  • Test asynchronous logical fluxes with RTL.
  • Write tests that allow refactoring of the application components structure without the need of them to change.
  • Create mocks from APIs utilizing fetch.
  • Test inputs.