0.0.3 • Published 9 years ago
mocha-bdd-generators v0.0.3
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.