mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
Use Mocha Landing Strip reporter to prevent long lists
This commit is contained in:
parent
e288d3e85f
commit
175e48d8ca
@ -14,7 +14,7 @@ OPTIONS =
|
||||
gulp.task 'test', ->
|
||||
gulp.src(OPTIONS.files.tests, read: false)
|
||||
.pipe(mocha({
|
||||
reporter: mochaNotifierReporter.decorate('list')
|
||||
reporter: mochaNotifierReporter.decorate('landing')
|
||||
}))
|
||||
|
||||
gulp.task 'lint', ->
|
||||
|
Loading…
Reference in New Issue
Block a user