We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7e1950e commit e9fad96Copy full SHA for e9fad96
1 file changed
Gruntfile.js
@@ -231,8 +231,11 @@ module.exports = function(grunt) {
231
232
"ddescribe-iit": {
233
files: [
234
+ 'src/**/*.js',
235
'test/**/*.js',
- '!test/ngScenario/DescribeSpec.js'
236
+ '!test/ngScenario/DescribeSpec.js',
237
+ '!src/ng/directive/booleanAttrs.js', // legitimate xit here
238
+ '!src/ngScenario/**/*.js'
239
]
240
},
241
0 commit comments