概要
The Testing Patterns skill provides a comprehensive framework for implementing high-quality tests across the GoGoJap project stack. It bridges the gap between frontend and backend testing by providing specific patterns for Jest, React Testing Library, and Pytest. By implementing the AAA (Arrange, Act, Assert) pattern, factory functions for mock data, and query prioritization for UI testing, this skill ensures that developers can maintain a robust, scalable, and consistent testing suite for complex web applications.