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.
1 parent 3366503 commit 179bc9eCopy full SHA for 179bc9e
Gruntfile.js
@@ -247,8 +247,19 @@ module.exports = function(grunt) {
247
'test/**/*.js',
248
'!test/ngScenario/DescribeSpec.js',
249
'!src/ng/directive/attrs.js', // legitimate xit here
250
- '!src/ngScenario/**/*.js'
251
- ]
+ '!src/ngScenario/**/*.js',
+ '!test/helpers/privateMocks*.js'
252
+ ],
253
+ options: {
254
+ disallowed: [
255
+ 'iit',
256
+ 'xit',
257
+ 'tthey',
258
+ 'xthey',
259
+ 'ddescribe',
260
+ 'xdescribe'
261
+ ]
262
+ }
263
},
264
265
"merge-conflict": {
0 commit comments