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