intermediate

Testing React

Testing Library, component tests, accessibility-oriented queries, fixtures, and user flows.

Test React through user-visible behavior and accessible queries, not implementation details. Component tests should mock time and network deliberately and assert outcomes users care about.

Child topics cover Testing Library, component test boundaries, and accessibility-oriented queries.