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