1234567891011121314151617181920212223 |
- Source: node-co-mocha
- Section: javascript
- Priority: optional
- Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
- Uploaders: Jeff Cliff <jeffrey.cliff@gmail.com>
- Build-Depends:
- debhelper (>= 8)
- , dh-buildinfo
- , nodejs
- , node-better-console
- Standards-Version: 4.1.1
- Homepage: https://notabug.org/themusicgod1/node-co-mocha
- Package: node-co-mocha
- Architecture: all
- Depends:
- ${misc:Depends},
- nodejs
- Description: Enable support for generators in Mocha tests
- This module monkey patches the Runnable.prototype.run method of mocha to
- enable generators. In contrast to other npm packages, co-mocha extends
- mocha at runtime allowing you to use any compatible mocha version.
|