1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
|
Source: node-gulp-mocha
Maintainer: Debian Javascript Maintainers <pkg-javascript-devel@lists.alioth.debian.org>
Uploaders: Bastien Roucariès <rouca@debian.org>, Yadd <yadd@debian.org>
Section: javascript
Testsuite: autopkgtest-pkg-nodejs
Priority: optional
Build-Depends: debhelper-compat (= 13)
, dh-sequence-nodejs
, gulp <!nocheck>
, mocha <!nocheck>
, node-dargs <!nocheck>
, node-execa <!nocheck>
, node-npm-run-path <!nocheck>
, node-plugin-error <!nocheck>
, node-through2 <!nocheck>
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/js-team/node-gulp-mocha
Vcs-Git: https://salsa.debian.org/js-team/node-gulp-mocha.git
Homepage: https://github.com/sindresorhus/gulp-mocha
Rules-Requires-Root: no
Package: node-gulp-mocha
Architecture: all
Depends: ${misc:Depends}
, mocha
, node-dargs
, node-execa
, node-npm-run-path
, node-plugin-error
, node-through2
Recommends: gulp
Enhances: gulp
Description: Run mocha tests with gulp
This package allows one to integrate mocha unit tests with gulp
.
Mocha is a feature-rich JavaScript test framework running
on Node.js and browser, making asynchronous testing
simple.
.
Gulp is streaming build system to automate painful
or time-consuming tasks
.
Node.js is an event-based server-side JavaScript engine.
|