We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a440bcd commit c7278c4Copy full SHA for c7278c4
test/core/shadowdom.js
@@ -2,6 +2,8 @@ describe('Core htmx Shadow DOM Tests', function() {
2
// Skip these tests if browser doesn't support shadow DOM
3
if (typeof window.ShadowRoot === 'undefined') return
4
5
+ const chai = window.chai;
6
+
7
before(function() {
8
this.initialWorkArea = getWorkArea().outerHTML
9
})
0 commit comments