component-testing
SKILL.md
Component Testing Skill
Purpose
This skill provides React component testing conventions using Testing Library. Component tests verify rendering, user interactions, and accessibility of React components.
Activation
This skill activates when:
- Creating or modifying files in
tests/components/ - Testing React components (
.tsxfiles) - Working with Testing Library
- Testing user interactions with
userEvent
File Patterns
tests/components/**/*.test.tsx