diff options
Diffstat (limited to 'test/ext/hyperscript.js')
-rw-r--r-- | test/ext/hyperscript.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/test/ext/hyperscript.js b/test/ext/hyperscript.js index 67889d05..6d49a2da 100644 --- a/test/ext/hyperscript.js +++ b/test/ext/hyperscript.js @@ -2,11 +2,6 @@ describe("hyperscript integration", function() { beforeEach(function () { this.server = makeServer(); clearWorkArea(); - - if (IsIE11()) { - this.title += " - Skipped as hyperscript isn't IE11 compatible" - this.skip() - } }); afterEach(function () { this.server.restore(); |