mirror of
https://github.com/balena-io/etcher.git
synced 2025-04-24 07:17:18 +00:00
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:
parent
d36509d995
commit
9c555fd1c9
@ -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>",
|
||||
|
Loading…
x
Reference in New Issue
Block a user