mirror of
https://github.com/bigskysoftware/htmx.git
synced 2025-09-26 20:40:41 +00:00
fix test (firefox, safari)
This commit is contained in:
parent
a440bcdb41
commit
c7278c448e
@ -2,6 +2,8 @@ describe('Core htmx Shadow DOM Tests', function() {
|
||||
// Skip these tests if browser doesn't support shadow DOM
|
||||
if (typeof window.ShadowRoot === 'undefined') return
|
||||
|
||||
const chai = window.chai;
|
||||
|
||||
before(function() {
|
||||
this.initialWorkArea = getWorkArea().outerHTML
|
||||
})
|
||||
|
Loading…
x
Reference in New Issue
Block a user