All Projects → vadimdemedes → mocha-generators

vadimdemedes / mocha-generators

Licence: MIT license
Enable support for ES6 generators in Mocha tests

Programming Languages

javascript
184084 projects - #8 most used programming language

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].