From 53344e9b19520a2d91ab0ffa6bc5465d6b590676 Mon Sep 17 00:00:00 2001 From: Christopher Hiller Date: Sun, 7 Aug 2016 21:11:33 -0700 Subject: [PATCH] remove references to json-cov and html-cov reporters from executable --- bin/_mocha | 2 -- 1 file changed, 2 deletions(-) diff --git a/bin/_mocha b/bin/_mocha index 03faf3fdc5..11d3d0c662 100755 --- a/bin/_mocha +++ b/bin/_mocha @@ -144,8 +144,6 @@ program.on('reporters', function(){ console.log(' tap - test-anything-protocol'); console.log(' landing - unicode landing strip'); console.log(' xunit - xunit reporter'); - console.log(' html-cov - HTML test coverage'); - console.log(' json-cov - JSON test coverage'); console.log(' min - minimal reporter (great with --watch)'); console.log(' json-stream - newline delimited json events'); console.log(' markdown - markdown documentation (github flavour)');