소개
This skill provides a comprehensive framework for frontend testing, emphasizing a Red-Green-Refactor workflow and test-driven development. It integrates Vitest for execution, React Testing Library for user-centric component validation, and MSW for type-safe API mocking. By enforcing specific coverage targets ranging from 60% to 70% and promoting the co-location of tests with components, it ensures that frontend applications remain maintainable, regression-free, and aligned with modern quality standards like ADR-0002.