2.0.0 • Published 7 years ago

mocha-generators v2.0.0

Weekly downloads
2,570
License
MIT
Repository
github
Last release
7 years ago

mocha-generators Build Status

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