fix test (firefox, safari)

This commit is contained in:
Carson Gross 2024-10-02 20:09:11 -06:00
parent a440bcdb41
commit c7278c448e

View File

@ -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
})