mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
Use spec test reporter, so we can debug with output
This commit is contained in:
parent
0e2fb8c96c
commit
e965c603d2
@ -28,7 +28,7 @@ gulp.task 'coffee', ->
|
||||
gulp.task 'test', ->
|
||||
gulp.src(OPTIONS.files.tests, read: false)
|
||||
.pipe(mocha({
|
||||
reporter: 'min'
|
||||
reporter: 'spec'
|
||||
}))
|
||||
|
||||
gulp.task 'build', [
|
||||
|
Loading…
Reference in New Issue
Block a user