testing
Installation
SKILL.md
When to Use
- Starting a new feature (write tests FIRST)
- Testing React Native components
- Testing XState machines
- Testing custom hooks
- Testing domain logic and use cases
- Mocking native modules and external services
TDD Workflow
┌─────────────────────────────────────────────────────────┐
│ TDD CYCLE │
│ │
│ ┌───────┐ ┌───────┐ ┌──────────┐ │
│ │ RED │─────▶│ GREEN │─────▶│ REFACTOR │ │
Related skills