mocha-generators
Enable support for ES6 generators in Mocha tests
Last updated 10 years ago by vdemedes .
MIT · Repository · Bugs · Original npm · Tarball · package.json
$ cnpm install mocha-generators 
SYNC missed versions from official npm registry.

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

Current Tags

  • 2.0.0                                ...           latest (9 years ago)

5 Versions

  • 2.0.0                                ...           9 years ago
  • 1.2.0                                ...           10 years ago
  • 1.1.1                                ...           11 years ago
  • 1.1.0                                ...           11 years ago
  • 1.0.0                                ...           11 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 1
Last Month 1
Dependencies (2)
Dev Dependencies (3)
Dependents (1)

Copyright 2013 - present © cnpmjs.org | Home |