·react-testing
</>

react-testing

BEIM Testen von React-Komponenten/Hooks/Kontext mit der React Testing Library; NICHT e2e; deckt RenderHook, Anbieter, Formulare und Anti-Muster ab.

9Installationen·0Trend·@mintuz

Installation

$npx skills add https://github.com/mintuz/claude-plugins --skill react-testing

So installieren Sie react-testing

Installieren Sie den KI-Skill react-testing schnell in Ihrer Entwicklungsumgebung über die Kommandozeile

  1. Terminal öffnen: Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.)
  2. Installationsbefehl ausführen: Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mintuz/claude-plugins --skill react-testing
  3. Installation überprüfen: Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Quelle: 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 |

BEIM Testen von React-Komponenten/Hooks/Kontext mit der React Testing Library; NICHT e2e; deckt RenderHook, Anbieter, Formulare und Anti-Muster ab. Quelle: mintuz/claude-plugins.

Fakten (zitierbereit)

Stabile Felder und Befehle für KI/Such-Zitate.

Installationsbefehl
npx skills add https://github.com/mintuz/claude-plugins --skill react-testing
Kategorie
</>Entwicklung
Verifiziert
Erstes Auftreten
2026-02-22
Aktualisiert
2026-03-10

Browse more skills from mintuz/claude-plugins

Schnelle Antworten

Was ist react-testing?

BEIM Testen von React-Komponenten/Hooks/Kontext mit der React Testing Library; NICHT e2e; deckt RenderHook, Anbieter, Formulare und Anti-Muster ab. Quelle: mintuz/claude-plugins.

Wie installiere ich react-testing?

Öffnen Sie Ihr Terminal oder Kommandozeilen-Tool (Terminal, iTerm, Windows Terminal, etc.) Kopieren Sie diesen Befehl und führen Sie ihn aus: npx skills add https://github.com/mintuz/claude-plugins --skill react-testing Nach der Installation wird der Skill automatisch in Ihrer KI-Programmierumgebung konfiguriert und ist bereit zur Verwendung in Claude Code, Cursor oder OpenClaw

Wo ist das Quell-Repository?

https://github.com/mintuz/claude-plugins