Skip to content

Commit

Permalink
mocha reporter: spec
Browse files Browse the repository at this point in the history
  • Loading branch information
benmosher committed Feb 14, 2016
1 parent 738ef54 commit 00ff9ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gulpfile.js
Expand Up @@ -89,7 +89,7 @@ gulp.task('pretest', ['src', 'tests', 'wipe-extras'])

gulp.task('test', ['pretest'], function () {
return gulp.src('tests/lib/**/*.js', { read: false })
.pipe(mocha({ reporter: 'dot', grep: process.env.TEST_GREP }))
.pipe(mocha({ reporter: 'spec', grep: process.env.TEST_GREP }))
// NODE_PATH=./lib mocha --recursive --reporter dot tests/lib/
})

Expand Down

0 comments on commit 00ff9ed

Please sign in to comment.