mirror of
https://github.com/bigskysoftware/htmx.git
synced 2026-01-25 05:06:13 +00:00
fix formatting
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user