소개
This skill equips Claude with specialized knowledge for writing professional-grade React component tests that focus on user behavior rather than implementation details. By leveraging React Testing Library's accessibility-first philosophy, the skill helps developers implement high-quality test suites using getByRole queries and realistic user interactions via user-event. It provides standardized patterns for both Jest and Vitest environments, including advanced handling for asynchronous updates, data fetching, and the prevention of common testing anti-patterns like manual act() wrapping or brittle DOM selectors.