component-testing-mobile
Installation
SKILL.md
Component Testing Mobile Skill
This skill covers testing React Native components with Jest and RNTL.
When to Use
Use this skill when:
- Writing unit tests for components
- Testing hooks and utilities
- Testing component interactions
- Mocking native modules
Core Principle
TEST BEHAVIOR - Test what users see and do, not implementation details.
Installation
Related skills