From c7b44ddcaa6ab0d68fc7d106e9f06c8fb9062a92 Mon Sep 17 00:00:00 2001 From: "Juan Picado @jotadeveloper" Date: Tue, 6 Jun 2017 23:08:21 +0200 Subject: [PATCH] Set a more descriptive mocha reporter --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 3996a72f4..925dc04f6 100644 --- a/package.json +++ b/package.json @@ -72,7 +72,7 @@ "server" ], "scripts": { - "test": "npm run lint && mocha ./test/functional ./test/unit", + "test": "npm run lint && mocha ./test/functional ./test/unit --reporter=spec", "test:coverage": "nyc mocha -R spec ./test/functional ./test/unit", "coverage:coveralls": "nyc report --reporter=text-lcov | coveralls", "coverage:codecov": "nyc report --reporter=lcov | codecov",