Thanks to visit codestin.com Credit goes to github.com
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 0dd061c commit 0d4b15aCopy full SHA for 0d4b15a
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