mocha-generators
v2.0.0
Published
Enable support for ES6 generators in Mocha tests
Downloads
10,128
Readme
mocha-generators
Enable support for ES6 generators in Mocha tests.
Installation
$ npm install --save mocha-generators
Usage
require('mocha-generators').install();
it('test something', function * () {
// oh, yeah, it works
});
License
MIT @ Vadim Demedes