Skip to content

Commit fb927e8

Browse files
committed
Add the hint predefs necessary for Jasmine and jQuery $
1 parent 0188d4e commit fb927e8

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

test/.jshintrc

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
"browser": true,
1414
"predef": [
1515
"jQuery",
16+
"$",
1617
"QUnit",
1718
"module",
1819
"test",
@@ -27,6 +28,14 @@
2728
"notDeepEqual",
2829
"strictEqual",
2930
"notStrictEqual",
30-
"throws"
31+
"throws",
32+
"describe",
33+
"it",
34+
"beforeEach",
35+
"afterEach",
36+
"spyOn",
37+
"affix",
38+
"xdescribe",
39+
"xit"
3140
]
3241
}

0 commit comments

Comments
 (0)