Skip to content

Commit 38c187e

Browse files
committed
style(eslint): make tests have less problems
1 parent c79e782 commit 38c187e

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Diff for: .eslintrc

+9-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,15 @@
1515
"extend": true,
1616
"deprecated": true,
1717
"cordova": true,
18-
"DocumentTouch": true
18+
"DocumentTouch": true,
19+
"describe": true,
20+
"ddescribe": true,
21+
"it": true,
22+
"iit": true,
23+
"inject": true,
24+
"beforeEach": true,
25+
"afterEach": true,
26+
"expect": true
1927
},
2028
"rules": {
2129
"quotes": false,

0 commit comments

Comments
 (0)