Testing Overview
On this page we’ll cover the high‑level strategy and categories of tests you’ll typically use in a modern front‑end codebase, how they fit together, and the most popular tools in each category.
1. Types of Tests
1.1 Unit Tests
– Verify the smallest pieces of logic in isolation (functions, hooks, reducers)
– Fast to run, low maintenance
– Popular tools: Jest, Mocha, Jasmine