added grep for tests

This commit is contained in:
Henry Oswald 2015-01-20 15:25:35 +00:00
parent 28990d5a39
commit b3d653f930

View file

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