Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
1cg committed Oct 3, 2024
1 parent c7278c4 commit 1c4d378
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/core/shadowdom.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1c4d378

Please sign in to comment.