add grep option to grunt test:unit

This commit is contained in:
Brian Gough 2015-05-20 11:45:32 +01:00
parent 6e0d72a3b1
commit 6a241cba28

View file

@ -31,6 +31,7 @@ module.exports = (grunt) ->
unit:
options:
reporter: grunt.option('reporter') or 'spec'
grep: grunt.option("grep")
src: ["test/unit/js/**/*.js"]
grunt.loadNpmTasks 'grunt-contrib-coffee'