Skip to content

Commit c7278c4

Browse files
committed
fix test (firefox, safari)
1 parent a440bcd commit c7278c4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/core/shadowdom.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ describe('Core htmx Shadow DOM Tests', function() {
22
// Skip these tests if browser doesn't support shadow DOM
33
if (typeof window.ShadowRoot === 'undefined') return
44

5+
const chai = window.chai;
6+
57
before(function() {
68
this.initialWorkArea = getWorkArea().outerHTML
79
})

0 commit comments

Comments
 (0)