Skip to content

Commit ea1f2b2

Browse files
committed
update test eslintrc
1 parent 41ee46a commit ea1f2b2

File tree

1 file changed

+6
-12
lines changed

1 file changed

+6
-12
lines changed

test/.eslintrc

Lines changed: 6 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,12 @@
11
{
2+
"env": {
3+
"jasmine": true
4+
},
25
"globals": {
3-
"jQuery": true,
46
"$": true,
5-
"jasmine": true,
6-
"describe": true,
7-
"expect": true,
8-
"it": true,
9-
"beforeEach": true,
10-
"afterEach": true,
11-
"spyOn": true,
12-
"spyWarns": true,
13-
"getWarnCount": true,
14-
"hasWarned": true,
15-
"casper": true
7+
"jQuery": true,
8+
"casper": true,
9+
"getWarnCount": true
1610
},
1711
"rules": {
1812
"no-new": 0,

0 commit comments

Comments
 (0)