Testing en React con Jest y testing-library
Lecciones del curso
Testing en React con Jest y testing-library
Instalando Jest en nuestro proyecto
Básicos de Jest
Testing en Create React app
Explorando react-testing-library
Explorando testing-library/jest-dom
Detonando eventos con testing-library
Testing con snapshots
Explorando el proyecto
Testeando nuestro primer componente con redux parte 1
Testeando nuestro primer componente con redux parte 2
Testing de actions creators y thunks (acciones asíncronas)
Testing reducers
Mock Avanzado: Peticiones http con msw.js
Matchers segunda parte