diff --git a/test/runtests.js b/test/runtests.js index c790a0328..7a37e5238 100644 --- a/test/runtests.js +++ b/test/runtests.js @@ -62,6 +62,9 @@ files.forEach(function (file) { if (coverageOption !== -1) { args.push('-R'); args.push('html-cov'); +} else { + args.push('-R'); + args.push('list'); } require('../node_modules/mocha/bin/mocha'); \ No newline at end of file