Use spec test reporter, so we can debug with output

This commit is contained in:
Tim Perry 2018-03-28 17:47:57 +02:00
parent 0e2fb8c96c
commit e965c603d2

View File

@ -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', [