From 9c555fd1c90adfa6f02603fa8e11223525185cb9 Mon Sep 17 00:00:00 2001 From: Juan Cruz Viotti Date: Tue, 10 May 2016 16:10:05 -0400 Subject: [PATCH] Set mocha reporter to `min` (#403) Fancier reporters are not shown correctly on CI servers. Signed-off-by: Juan Cruz Viotti --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index e6572dcb..9abafd77 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "url": "git@github.com:resin-io/etcher.git" }, "scripts": { - "test": "electron-mocha --recursive --renderer tests/gui -R progress", + "test": "electron-mocha --recursive --renderer tests/gui -R min", "start": "electron lib/start.js" }, "author": "Juan Cruz Viotti ",