소개
The Testing Patterns skill provides a comprehensive framework for writing high-quality tests in React and React Native environments. It guides users through the Red-Green-Refactor cycle, promotes the use of factory functions for consistent test data, and outlines best practices for mocking modules and GraphQL hooks. By focusing on behavior-driven testing rather than implementation details, this skill helps developers create resilient test suites that reduce regressions and simplify refactoring processes within the Claude Code environment.