react-testing이란?
React 테스트 라이브러리로 React 구성요소/후크/컨텍스트를 테스트할 때; e2e가 아닙니다. renderHook, 공급자, 양식 및 안티 패턴을 다룹니다. 출처: mintuz/claude-plugins.
React 테스트 라이브러리로 React 구성요소/후크/컨텍스트를 테스트할 때; e2e가 아닙니다. renderHook, 공급자, 양식 및 안티 패턴을 다룹니다.
명령줄에서 react-testing AI 스킬을 개발 환경에 빠르게 설치
출처: mintuz/claude-plugins.
This skill focuses on React-specific testing patterns. For general DOM testing patterns (queries, userEvent, async, accessibility), load the frontend-testing skill. For TDD workflow, load the tdd skill.
React components are functions - Test them like functions: inputs (props) → output (rendered DOM).
| Testing components, props, and conditional rendering | components.md | | Testing custom hooks with renderHook | hooks.md | | Testing context providers and consumers | context.md | | Testing form inputs, submissions, and validation | forms.md | | Common React testing mistakes to avoid | anti-patterns.md |
React 테스트 라이브러리로 React 구성요소/후크/컨텍스트를 테스트할 때; e2e가 아닙니다. renderHook, 공급자, 양식 및 안티 패턴을 다룹니다. 출처: mintuz/claude-plugins.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/mintuz/claude-plugins --skill react-testingReact 테스트 라이브러리로 React 구성요소/후크/컨텍스트를 테스트할 때; e2e가 아닙니다. renderHook, 공급자, 양식 및 안티 패턴을 다룹니다. 출처: mintuz/claude-plugins.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/mintuz/claude-plugins --skill react-testing 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/mintuz/claude-plugins