Jest Testing Skill Core Patterns Basic Test Matchers Mocking Async Testing React Component Testing (Testing Library) Snapshot Testing Anti-Patterns | Bad | Good | Why | |-----|------|-----| | | | Better errors | | No on async | Always | Swallows failures | | Snapshot everything | Snapshot UI, assert logic | Snapshot fatigue | Quick Reference | Task | Command | |------|---------| | Run all | | | Watch | | | Coverage | | | Update snapshots | | | Run file | | | Single test | | Deep Patterns For production-grade patterns, see : | Section | What's Inside | |---------|--------------| | §1 Productio…