Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 0d4b15a

Browse files
chore(gruntFile): add tthey and xthey to ddescribe-iit check
1 parent 0dd061c commit 0d4b15a

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

Gruntfile.js

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -247,8 +247,19 @@ module.exports = function(grunt) {
247247
'test/**/*.js',
248248
'!test/ngScenario/DescribeSpec.js',
249249
'!src/ng/directive/attrs.js', // legitimate xit here
250-
'!src/ngScenario/**/*.js'
251-
]
250+
'!src/ngScenario/**/*.js',
251+
'!test/helpers/privateMocks*.js'
252+
],
253+
options: {
254+
disallowed: [
255+
'iit',
256+
'xit',
257+
'tthey',
258+
'xthey',
259+
'ddescribe',
260+
'xdescribe'
261+
]
262+
}
252263
},
253264

254265
"merge-conflict": {

0 commit comments

Comments
 (0)