react-testing

Installation
SKILL.md

React Testing Guidelines

Testing Philosophy

  • User-centric testing: Write tests that resemble how users interact with the app.
  • Avoid implementation details: Focus on behavior, not internal component structure.
  • Do not share state between tests: Behavior should not be influenced by other tests in the test suite.

Imports

Always import from sentry-test/reactTestingLibrary, not directly from @testing-library/react:

Installs
7
GitHub Stars
44.8K
First Seen
Aug 31, 2026
react-testing — getsentry/sentry