Set mocha reporter to min (#403)

Fancier reporters are not shown correctly on CI servers.

Signed-off-by: Juan Cruz Viotti <jviottidc@gmail.com>
This commit is contained in:
Juan Cruz Viotti 2016-05-10 16:10:05 -04:00
parent d36509d995
commit 9c555fd1c9

View File

@ -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 <juan@resin.io>",