We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ddescribe-iit
1 parent f665968 commit 5c76b40Copy full SHA for 5c76b40
Gruntfile.js
@@ -264,12 +264,17 @@ module.exports = function(grunt) {
264
],
265
options: {
266
disallowed: [
267
+ 'fit',
268
'iit',
269
'xit',
270
+ 'fthey',
271
'tthey',
272
'xthey',
273
+ 'fdescribe',
274
'ddescribe',
- 'xdescribe'
275
+ 'xdescribe',
276
+ 'it.only',
277
+ 'describe.only'
278
]
279
}
280
},
0 commit comments