react-testing-library
Installation
SKILL.md
React Testing Library Skill
Overview
Master React Testing Library for writing maintainable tests that focus on user behavior rather than implementation details.
Learning Objectives
- Write component tests with RTL
- Test user interactions
- Handle async operations
- Test hooks and context
- Follow testing best practices
Quick Start
Installation
npm install --save-dev @testing-library/react @testing-library/jest-dom @testing-library/user-event