JavaScript testing framework — fast, zero-config, with snapshot testing and code coverage built in.
Jest is my primary testing framework for JavaScript and TypeScript projects. I use it for unit testing React components, testing API utilities, snapshot testing UI output, and mocking modules. Combined with React Testing Library for component tests. Configured with coverage thresholds in CI/CD pipelines to enforce quality standards.