Recommended set of jest plugins.
Install jest-plugins-rspec
using yarn
:
yarn add --dev jest-plugins-rspec
In your jest-plugins.js
file, add:
// Require jest-plugins and install them.
require('jest-plugins')([
'jest-plugins-rspec',
]);
If you have any ideas on how this module could be better, create an Issue or submit a PR.