From 4197b806808af0c79244bbaf52527b8ddc33d6ed Mon Sep 17 00:00:00 2001 From: Douglas Christopher Wilson Date: Sat, 29 Jun 2019 00:10:23 -0400 Subject: [PATCH] tests: use spec reporter --- package.json | 2 +- test/mocha.opts | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/package.json b/package.json index a13ce89..46f8401 100644 --- a/package.json +++ b/package.json @@ -30,6 +30,6 @@ "npm": "1.2.8000 || >= 1.4.16" }, "scripts": { - "test": "istanbul cover node_modules/mocha/bin/_mocha -- test/*/index.js" + "test": "istanbul cover node_modules/mocha/bin/_mocha -- --reporter spec test/*/index.js" } } diff --git a/test/mocha.opts b/test/mocha.opts index 5cdbbbc..119f1ef 100644 --- a/test/mocha.opts +++ b/test/mocha.opts @@ -1,3 +1,2 @@ --ui qunit ---reporter list --bail