Skip to content

Commit 4054329

Browse files
committed
Fix broken test in IE11.
It's not clear why this fixes the test; the actual error is known and not fixed/understood: chaijs/sinon-chai#64
1 parent 3bf126e commit 4054329

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/mouse-events.js

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
describe('Mouse Events', function () {
44
var fixture = document.createElement('div');
5+
document.body.appendChild(fixture);
56

67
describe('click', function () {
78
it('should trigger', function () {

0 commit comments

Comments
 (0)