[Pkg-javascript-commits] [node-stack-utils] 49/67: insist on 100% test coverage

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:53:05 UTC 2017


This is an automated email from the git hooks/post-receive script.

rouca pushed a commit to branch master
in repository node-stack-utils.

commit a75454fd75604743968b7e38b4cb356e32cae6dd
Author: isaacs <i at izs.me>
Date:   Sun Apr 23 13:30:22 2017 -0700

    insist on 100% test coverage
---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index b1c5b76..1760b2a 100644
--- a/package.json
+++ b/package.json
@@ -13,7 +13,7 @@
     "node": ">=0.10.0"
   },
   "scripts": {
-    "test": "tap test/*.js --cov"
+    "test": "tap test/*.js --100 -J"
   },
   "files": [
     "index.js"
@@ -29,6 +29,6 @@
     "nested-error-stacks": "^2.0.0",
     "pify": "^2.3.0",
     "q": "^1.4.1",
-    "tap": "^10.0.0"
+    "tap": "^10.3.2"
   }
 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-stack-utils.git



More information about the Pkg-javascript-commits mailing list