jest-plugins-react
v2.9.0
Published
Jest plugins for testing React components.
Maintainers
Readme
jest-plugins-react
Recommended set of jest plugins.
Getting Started
Install jest-plugins-react using yarn:
yarn add --dev jest-plugins-reactUsage
In your jest-plugins.js file, add:
// Require jest-plugins and install them.
require('jest-plugins')([
'jest-plugins-react',
]);Contributing
If you have any ideas on how this module could be better, create an Issue or submit a PR.
