[Pkg-javascript-commits] [node-tap-mocha-reporter] 34/137: remove huge comment

Bastien Roucariès rouca at moszumanska.debian.org
Thu Sep 7 09:49:24 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 50d8e0511782eea4213608f1b749af916d63cda5
Author: isaacs <i at izs.me>
Date:   Sun Apr 26 20:20:53 2015 -0400

    remove huge comment
---
 lib/reporters/classic.js | 38 +-------------------------------------
 1 file changed, 1 insertion(+), 37 deletions(-)

diff --git a/lib/reporters/classic.js b/lib/reporters/classic.js
index 282780e..a54ec5b 100644
--- a/lib/reporters/classic.js
+++ b/lib/reporters/classic.js
@@ -1,41 +1,5 @@
-// Type of output that tap 0.x did by default:
-
-// ok test/00-setup.js ................................... 18/18
-// ok test/abort.js ........................................ 2/2
-// ok test/bash-comparison.js .......................... 887/887
-// ok test/broken-symlink.js ............................. 81/81
-// ok test/cwd-test.js ................................. 420/420
-// ok test/empty-set.js .................................... 9/9
-// ok test/error-callback.js ............................... 3/3
-// ok test/follow.js ....................................... 5/5
-// ok test/global-leakage.js ............................... 2/2
-// ok test/globstar-match.js ............................... 2/2
-// ok test/has-magic.js .................................. 10/10
-// ok test/ignore.js ..................................... 49/49
-// ok test/mark.js ....................................... 53/53
-// ok test/negation-test.js ................................ 4/4
-// ok test/new-glob-optional-options.js .................... 2/2
-// ok test/nocase-nomagic.js ............................... 6/6
-// ok test/nodir.js .................................... 159/159
-// ok test/nonull.js ....................................... 9/9
-// ok test/pause-resume.js ............................... 42/42
-// ok test/readme-issue.js ................................. 4/4
-// ok test/realpath.js ................................... 21/21
-// ok test/root-nomount.js ............................... 78/78
-// ok test/root.js ....................................... 78/78
-// ok test/slash-cwd.js .................................... 3/3
-// ok test/stat.js ....................................... 16/16
-// ok test/sync-cb-throw.js ................................ 7/7
-// ok test/zz-cleanup.js ................................... 2/2
-// total ............................................. 1972/1972
-//
-// ok
-
-// Skipped tests just show "skipped: <n>" after the top line.
-// Output todos and failures as-is.
-// Use color.
-
 exports = module.exports = Classic
+
 var Base = require('./base')
   , cursor = Base.cursor
   , color = Base.color

-- 
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