We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0188d4e commit fb927e8Copy full SHA for fb927e8
test/.jshintrc
@@ -13,6 +13,7 @@
13
"browser": true,
14
"predef": [
15
"jQuery",
16
+ "$",
17
"QUnit",
18
"module",
19
"test",
@@ -27,6 +28,14 @@
27
28
"notDeepEqual",
29
"strictEqual",
30
"notStrictEqual",
- "throws"
31
+ "throws",
32
+ "describe",
33
+ "it",
34
+ "beforeEach",
35
+ "afterEach",
36
+ "spyOn",
37
+ "affix",
38
+ "xdescribe",
39
+ "xit"
40
]
41
}
0 commit comments