mobile-testing
Installation
SKILL.md
Mobile Testing
Trigger
Use this skill when the user:
- Wants to add unit or integration tests to their app
- Asks about Jest, React Native Testing Library, or flutter_test
- Needs to test components, hooks, utilities, or state management
- Mentions "testing", "unit test", "snapshot test", "test coverage", or "mock"
- Wants help structuring test files or writing assertions
Required Inputs
- Framework: Expo (React Native) or Flutter
- Test scope: components, hooks, utilities, or all
- Existing test setup: none, partial, or already configured