·react-testing
</>

react-testing

React テスト ライブラリを使用して React コンポーネント/フック/コンテキストをテストするとき。 e2eではありません。 renderHook、プロバイダー、フォーム、アンチパターンについて説明します。

9インストール·0トレンド·@mintuz

インストール

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

react-testing のインストール方法

コマンドラインで react-testing AI スキルを開発環境にすばやくインストール

  1. ターミナルを開く: ターミナルまたはコマンドラインツール(Terminal、iTerm、Windows Terminal など)を開きます
  2. インストールコマンドを実行: このコマンドをコピーして実行します: npx skills add https://github.com/mintuz/claude-plugins --skill react-testing
  3. インストールを確認: インストール後、スキルは自動的に AI コーディング環境に設定され、Claude Code、Cursor、OpenClaw で使用できるようになります

ソース: 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-testing
カテゴリ
</>開発ツール
認証済み
初回登録
2026-02-22
更新日
2026-03-10

Browse more skills from mintuz/claude-plugins

クイックアンサー

react-testing とは?

React テスト ライブラリを使用して React コンポーネント/フック/コンテキストをテストするとき。 e2eではありません。 renderHook、プロバイダー、フォーム、アンチパターンについて説明します。 ソース: mintuz/claude-plugins。

react-testing のインストール方法は?

ターミナルまたはコマンドラインツール(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