Use Mocha Landing Strip reporter to prevent long lists

This commit is contained in:
Juan Cruz Viotti 2014-11-14 13:40:18 -04:00
parent e288d3e85f
commit 175e48d8ca

View File

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