jest-plugins-rspec

Jest plugins to emulate RSpec syntax and structure.

Usage no npm install needed!

<script type="module">
  import jestPluginsRspec from 'https://cdn.skypack.dev/jest-plugins-rspec';
</script>

README

jest-plugins-rspec

npm npm npm

Recommended set of jest plugins.

Getting Started

Install jest-plugins-rspec using yarn:

yarn add --dev jest-plugins-rspec

Usage

In your jest-plugins.js file, add:

// Require jest-plugins and install them.
require('jest-plugins')([
  'jest-plugins-rspec',
]);

Contributing

If you have any ideas on how this module could be better, create an Issue or submit a PR.