chore(gruntFile): add tthey and xthey to ddescribe-iit check

This commit is contained in:
Peter Bacon Darwin
2015-03-04 12:20:49 +00:00
parent 8783453784
commit 2404b77e48
+13 -2
View File
@@ -247,8 +247,19 @@ module.exports = function(grunt) {
'test/**/*.js',
'!test/ngScenario/DescribeSpec.js',
'!src/ng/directive/attrs.js', // legitimate xit here
'!src/ngScenario/**/*.js'
]
'!src/ngScenario/**/*.js',
'!test/helpers/privateMocks*.js'
],
options: {
disallowed: [
'iit',
'xit',
'tthey',
'xthey',
'ddescribe',
'xdescribe'
]
}
},
"merge-conflict": {