mocha-bdd-generators
v0.0.3
Published
Allows using generator functions in bdd ui for mocha.
Readme
mocha-bdd-generators
Allows using generator functions in bdd ui for mocha.
This module is targetting es6.
- To install run
npm install mocha-bdd-generators. - In your test suite just
require('mocha-bdd-generators'); - Enjoy
before,after,it,it.onlywith generator functions.
