jest/react

React Testing

Test React components

jest
react
components

Command

npm install --save-dev @testing-library/react

Explanation

React Testing Library provides utilities for testing React components in a user-centric way.

Examples

Install React testing library

npm install --save-dev @testing-library/react

Install Jest DOM matchers

npm install --save-dev @testing-library/jest-dom