[Pkg-javascript-commits] [node-mocks-http] 186/296: fixed; corrected invalid reference in coverage gulp task
Thorsten Alteholz
alteholz at moszumanska.debian.org
Mon Feb 8 18:13:35 UTC 2016
This is an automated email from the git hooks/post-receive script.
alteholz pushed a commit to branch master
in repository node-mocks-http.
commit 3a8cab73e0c5dd9b53a887d3846891e80dd3b269
Author: Johnny Estilles <johnny.estilles at agentia.asia>
Date: Wed Apr 8 09:42:19 2015 +0800
fixed; corrected invalid reference in coverage gulp task
---
gulpfile.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gulpfile.js b/gulpfile.js
index 98a43b6..d4c5b08 100644
--- a/gulpfile.js
+++ b/gulpfile.js
@@ -28,7 +28,7 @@ gulp.task('spec', function () {
});
gulp.task('coverage', function (done) {
- gulp.src(files.lib)
+ gulp.src(files.src)
.pipe(istanbul())
.pipe(istanbul.hookRequire())
.on('finish', function () {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-mocks-http.git
More information about the Pkg-javascript-commits
mailing list