From 6a241cba28fbc2a18272bc4d0e128bdedada3305 Mon Sep 17 00:00:00 2001 From: Brian Gough Date: Wed, 20 May 2015 11:45:32 +0100 Subject: [PATCH] add grep option to grunt test:unit --- services/spelling/Gruntfile.coffee | 1 + 1 file changed, 1 insertion(+) diff --git a/services/spelling/Gruntfile.coffee b/services/spelling/Gruntfile.coffee index 9bf2f98681..2b1e797db5 100644 --- a/services/spelling/Gruntfile.coffee +++ b/services/spelling/Gruntfile.coffee @@ -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'