npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

mocha-generators

2.0.0

@vdemedes

npmHomeRepoSnykSocket
Downloads:1292
$ npm install mocha-generators
DailyWeeklyMonthlyYearly

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