[Pkg-javascript-commits] [node-chalk] 01/02: Enable mocha test.
Sebastiaan Couwenberg
sebastic at moszumanska.debian.org
Tue Jul 14 21:31:11 UTC 2015
This is an automated email from the git hooks/post-receive script.
sebastic pushed a commit to branch master
in repository node-chalk.
commit 77b5323d76c6a665f43a028f88524fcce816e3d9
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date: Fri Mar 27 16:29:31 2015 +0100
Enable mocha test.
---
debian/control | 8 +++++++-
debian/rules | 3 +++
2 files changed, 10 insertions(+), 1 deletion(-)
diff --git a/debian/control b/debian/control
index c4b69fc..ec24ed2 100644
--- a/debian/control
+++ b/debian/control
@@ -5,7 +5,13 @@ Section: web
Priority: extra
Build-Depends: debhelper (>= 9),
dh-buildinfo,
- nodejs
+ nodejs,
+ node-ansi-styles,
+ node-escape-string-regexp,
+ node-has-ansi,
+ node-strip-ansi,
+ node-supports-color,
+ mocha
Standards-Version: 3.9.6
Vcs-Browser: http://anonscm.debian.org/cgit/pkg-javascript/node-chalk.git
Vcs-Git: git://anonscm.debian.org/pkg-javascript/node-chalk.git
diff --git a/debian/rules b/debian/rules
index 0c06312..e5cfe00 100755
--- a/debian/rules
+++ b/debian/rules
@@ -7,3 +7,6 @@
%:
dh $@
+override_dh_auto_test:
+ mocha
+
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-chalk.git
More information about the Pkg-javascript-commits
mailing list