fix formatting

This commit is contained in:
Carson Gross
2024-10-02 20:11:29 -06:00
parent c7278c448e
commit 1c4d378d03

View File

@@ -2,7 +2,7 @@ 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;
const chai = window.chai
before(function() {
this.initialWorkArea = getWorkArea().outerHTML