From 405432952368c90f707bc6cf753311bca1c043bc Mon Sep 17 00:00:00 2001 From: Mark Florian Date: Fri, 20 Nov 2015 16:04:48 +0000 Subject: [PATCH] Fix broken test in IE11. It's not clear why this fixes the test; the actual error is known and not fixed/understood: https://github.com/domenic/sinon-chai/issues/64 --- test/mouse-events.js | 1 + 1 file changed, 1 insertion(+) diff --git a/test/mouse-events.js b/test/mouse-events.js index 10a6010..b3e49b2 100644 --- a/test/mouse-events.js +++ b/test/mouse-events.js @@ -2,6 +2,7 @@ describe('Mouse Events', function () { var fixture = document.createElement('div'); + document.body.appendChild(fixture); describe('click', function () { it('should trigger', function () {