react-testing-library

Installation
SKILL.md

React Testing Library Skill

Quick Navigation

Topic Link
Queries references/queries.md
User Events references/user-events.md
API references/api.md
Async references/async.md
Debugging references/debugging.md
Config references/config.md

Installation

Install: npm install --save-dev @testing-library/react @testing-library/dom. Recommended extras: @testing-library/user-event and @testing-library/jest-dom. React 19 requires v16.1.0+.

Installs
985
GitHub Stars
18
First Seen
Jan 26, 2026
react-testing-library — itechmeat/llm-code