Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit 2404b77

Browse files
chore(gruntFile): add tthey and xthey to ddescribe-iit check
1 parent 8783453 commit 2404b77

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)