mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 13:47:52 +00:00
Use min mocha reporter
This commit is contained in:
parent
e9efb78280
commit
38df7e0038
@ -29,7 +29,7 @@ gulp.task 'man', ->
|
|||||||
gulp.task 'test', ->
|
gulp.task 'test', ->
|
||||||
gulp.src(OPTIONS.files.tests, read: false)
|
gulp.src(OPTIONS.files.tests, read: false)
|
||||||
.pipe(mocha({
|
.pipe(mocha({
|
||||||
reporter: 'landing'
|
reporter: 'min'
|
||||||
}))
|
}))
|
||||||
|
|
||||||
gulp.task 'coffee', [ 'test', 'lint', 'json' ], ->
|
gulp.task 'coffee', [ 'test', 'lint', 'json' ], ->
|
||||||
|
Loading…
Reference in New Issue
Block a user