control 714 B

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