diff --git a/services/docstore/Gruntfile.coffee b/services/docstore/Gruntfile.coffee index a9ac6e5180..05e00c5a42 100644 --- a/services/docstore/Gruntfile.coffee +++ b/services/docstore/Gruntfile.coffee @@ -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: