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' ] } },