
Week 19: Testing React Components
November 5, 20261 min readLorenzo
ReactTestingJestTesting Library
This week I learned how to test my React components to catch bugs early.
What I Learned
- Jest & React Testing Library
- Unit vs Integration Tests
- Mocking & Assertions
Reflection
Testing gives me confidence. I’m building apps that are not just functional—but reliable.


