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 20f0aaa commit 4bc1243Copy full SHA for 4bc1243
test/.jshintrc
@@ -23,6 +23,8 @@
23
"mockHTMLEvent": true,
24
"mockMouseEvent": true,
25
"mockKeyEvent": true,
26
- "casper": true
+ "casper": true,
27
+ "beforeEach": true,
28
+ "afterEach": true
29
}
30
test/unit/specs/utils.js
@@ -1,3 +1,5 @@
1
+/* global cleanupMocks, appendMock */
2
+
3
describe('Utils', function () {
4
afterEach(cleanupMocks)
5
0 commit comments