summaryrefslogtreecommitdiffstatshomepage
path: root/test/ext/hyperscript.js
diff options
context:
space:
mode:
authorCarson Gross <carson@bigsky.software>2023-12-13 17:08:52 -0700
committerCarson Gross <carson@bigsky.software>2023-12-13 17:08:52 -0700
commitad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f (patch)
tree0ebdc84e46171e9d16528b93eb9b75427de38054 /test/ext/hyperscript.js
parent69c053c13673263290f665fab18787d55a2219e7 (diff)
parentf84b332d192c357e4786937df7e35babdbad4d51 (diff)
downloadhtmx-ad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f.tar.gz
htmx-ad871a9576ceec2ba1a9a41eb7f44a7cf824fb9f.zip
Merge branch 'v2.0v2.0' into disable-inheritance
# Conflicts: # src/htmx.js
Diffstat (limited to 'test/ext/hyperscript.js')
-rw-r--r--test/ext/hyperscript.js5
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();