chore(ci-checks): fix the ddescribe-iit task for Jasmine 2

Closes #14276
This commit is contained in:
Georgios Kalpakas
2016-03-19 00:11:50 +02:00
parent c9b4251413
commit 22dee1159c
+6 -1
View File
@@ -266,12 +266,17 @@ module.exports = function(grunt) {
],
options: {
disallowed: [
'fit',
'iit',
'xit',
'fthey',
'tthey',
'xthey',
'fdescribe',
'ddescribe',
'xdescribe'
'xdescribe',
'it.only',
'describe.only'
]
}
},