Use min mocha reporter

This commit is contained in:
Juan Cruz Viotti 2015-06-04 08:06:08 -04:00
parent e9efb78280
commit 38df7e0038

View File

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