Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 5c76b40

Browse files
committed
chore(ci-checks): fix the ddescribe-iit task for Jasmine 2
Closes #14276
1 parent f665968 commit 5c76b40

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gruntfile.js

+6-1
Original file line numberDiff line numberDiff line change
@@ -264,12 +264,17 @@ module.exports = function(grunt) {
264264
],
265265
options: {
266266
disallowed: [
267+
'fit',
267268
'iit',
268269
'xit',
270+
'fthey',
269271
'tthey',
270272
'xthey',
273+
'fdescribe',
271274
'ddescribe',
272-
'xdescribe'
275+
'xdescribe',
276+
'it.only',
277+
'describe.only'
273278
]
274279
}
275280
},

0 commit comments

Comments
 (0)