Covers the full stack of React component testing: React Testing Library queries, userEvent interactions, Vitest/Jest setup, MSW for network mocking, custom hook testing with renderHook, and accessibility assertions via jest-axe. The core philosophy is test user behavior, not implementation details, so you'll query by role and label instead of test IDs, and avoid inspecting internal state. Good coverage of async patterns (findBy, waitFor) and a practical section on when to stay in RTL versus jumping to Playwright component tests. The provider wrapping pattern and MSW setup examples are copy-paste ready. If you're migrating from Enzyme or setting up tests on a greenfield React app, this gives you opinionated defaults that actually work.
npx -y skills add affaan-m/everything-claude-code --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