A strong foundation for testing React components the modern way: React Testing Library, Vitest or Jest, MSW for HTTP mocking, and axe for accessibility checks. The guide is opinionated in the right ways, prioritizing user-facing behavior over implementation details, accessible queries over test IDs, and userEvent over fireEvent. The MSW setup with onUnhandledRequest error is excellent for catching silent test passes. The custom hook testing section correctly warns about QueryClient instantiation gotchas. Light on the boundary between component tests and full E2E, but the query priority table and provider wrapping pattern alone will save you from common mistakes if you're migrating from Enzyme or setting up tests from scratch.
npx -y skills add affaan-m/ecc --skill react-testing --agent claude-codeInstalls into .claude/skills of the current project.
Select a file.
mindrally/skills
giuseppe-trisciuoglio/developer-kit
syncfusion/react-ui-components-skills
supercent-io/skills-template
binjuhor/shadcn-lar