[Pkg-javascript-commits] [node-tap-mocha-reporter] 92/137: update tap
Bastien Roucariès
rouca at moszumanska.debian.org
Thu Sep 7 09:49:29 UTC 2017
This is an automated email from the git hooks/post-receive script.
rouca pushed a commit to branch master
in repository node-tap-mocha-reporter.
commit 6c106c94c9011cb210ca2bc3fd72924243c27968
Author: isaacs <i at izs.me>
Date: Mon Jul 18 00:19:34 2016 -0700
update tap
even though it does nothing here
---
lib/reporters/classic.js | 1 +
package.json | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/lib/reporters/classic.js b/lib/reporters/classic.js
index 9d54cfa..6efe8b4 100644
--- a/lib/reporters/classic.js
+++ b/lib/reporters/classic.js
@@ -45,6 +45,7 @@ function doDiff (found, wanted, palette) {
// palette was easily distinguishable across all forms of color
// deficiency.
+ // TODO: add a TrueColor one that looks nicer
palette = colorSupport.has256 ? 6 : 1
var plain = ''
diff --git a/package.json b/package.json
index f17c881..b616dc3 100644
--- a/package.json
+++ b/package.json
@@ -27,7 +27,7 @@
"unicode-length": "^1.0.0"
},
"devDependencies": {
- "tap": "^1.0.0-beta"
+ "tap": "^6.2.0"
},
"bin": "index.js",
"optionalDependencies": {
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/node-tap-mocha-reporter.git
More information about the Pkg-javascript-commits
mailing list