Skip to main content
Back to registry

react-testing-library

itechmeat/llm-code

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+.

Installs187
Install command
npx skills add https://github.com/itechmeat/llm-code --skill react-testing-library
Security audits
Gen Agent Trust HubPASS
SocketFAIL
SnykPASS
About this skill
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+. "The more your tests resemble the way your software is used, the more confidence they can give you." Avoid testing : Test instead : Use queries in this order of preference: When to use : Always use @testing-library/user-event over fireEvent : - Internal state of components - Internal methods - Lifecycle methods - Child component implementation details - What users see and interact with - Behavior from user's perspective - Accessibility (queries by role, label) - getBy* — element exists - queryBy* — element may not exist (assertions like expect(...).not.toBeInTheDocument() ) - findBy* — element appears asynchronously - Documentation - Releases - GitHub - npm

Source description provided by the upstream skill listing. Community reviews and install context appear in the sections below.

Community Reviews

Latest reviews

Sign in to review

No community reviews yet. Be the first to review.

Browse this skill in context
FAQ
What does react-testing-library do?

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+.

Is react-testing-library good?

react-testing-library does not have approved reviews yet, so SkillJury cannot publish a community verdict.

What agent does react-testing-library work with?

react-testing-library currently lists compatibility with codex, gemini-cli, opencode, cursor, github-copilot, claude-code.

What are alternatives to react-testing-library?

Skills in the same category include telegram-bot-builder, flutter-app-size, sharp-edges, iterative-retrieval.

How do I install react-testing-library?

npx skills add https://github.com/itechmeat/llm-code --skill react-testing-library

Related skills

Alternatives in Software Engineering