jest-rtl-testing
Installation
SKILL.md
Jest + React Testing Library Best Practices
Overview
Based on Testing Library's core principles and Kent C. Dodds' best practices guidance for writing user-centric tests.
Core Principle: Tests should interact with your application the same way users do, not test implementation details.
🔴 MANDATORY PRE-CHECK
Before writing any test, you MUST:
- ✅ Check if project has
AGENTS.mdand read its Testing section - ✅ Follow
AGENTS.mdrules with highest priority when they exist - ✅ Use this skill's principles as baseline guidance and supplementary best practices
When to Use
Related skills