Command
npm install --save-dev @testing-library/reactExplanation
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/reactInstall Jest DOM matchers
npm install --save-dev @testing-library/jest-dom