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

Commit 22dee11

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

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Gruntfile.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,12 +266,17 @@ module.exports = function(grunt) {
266266
],
267267
options: {
268268
disallowed: [
269+
'fit',
269270
'iit',
270271
'xit',
272+
'fthey',
271273
'tthey',
272274
'xthey',
275+
'fdescribe',
273276
'ddescribe',
274-
'xdescribe'
277+
'xdescribe',
278+
'it.only',
279+
'describe.only'
275280
]
276281
}
277282
},

0 commit comments

Comments
 (0)