From 3aae66e49b0c4b4e7148a6f629eab7142238c4bf Mon Sep 17 00:00:00 2001 From: Georgios Kalpakas Date: Sat, 19 Mar 2016 00:11:50 +0200 Subject: [PATCH] chore(ci-checks): fix the `ddescribe-iit` task for Jasmine 2 --- Gruntfile.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Gruntfile.js b/Gruntfile.js index b63ab7a102a5..69cefb570b8f 100644 --- a/Gruntfile.js +++ b/Gruntfile.js @@ -266,12 +266,17 @@ module.exports = function(grunt) { ], options: { disallowed: [ + 'fit', 'iit', 'xit', + 'fthey', 'tthey', 'xthey', + 'fdescribe', 'ddescribe', - 'xdescribe' + 'xdescribe', + 'it.only', + 'describe.only' ] } },