Skip to content

Commit

Permalink
Fix broken test in IE11.
Browse files Browse the repository at this point in the history
It's not clear why this fixes the test; the actual error is known and not
fixed/understood: chaijs/sinon-chai#64
  • Loading branch information
markrian committed Nov 23, 2015
1 parent 3bf126e commit 4054329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/mouse-events.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

describe('Mouse Events', function () {
var fixture = document.createElement('div');
document.body.appendChild(fixture);

describe('click', function () {
it('should trigger', function () {
Expand Down

0 comments on commit 4054329

Please sign in to comment.