Skip to content

Commit 4bc1243

Browse files
author
Evan You
committed
make tests pass for vuejs#335
1 parent 20f0aaa commit 4bc1243

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/.jshintrc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@
2323
"mockHTMLEvent": true,
2424
"mockMouseEvent": true,
2525
"mockKeyEvent": true,
26-
"casper": true
26+
"casper": true,
27+
"beforeEach": true,
28+
"afterEach": true
2729
}
2830
}

test/unit/specs/utils.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
/* global cleanupMocks, appendMock */
2+
13
describe('Utils', function () {
24
afterEach(cleanupMocks)
35

0 commit comments

Comments
 (0)