Skip to content

Commit fcb8755

Browse files
koddssonkeithamus
andauthored
Use text fixture for HTML
Co-authored-by: Keith Cirkel <keithamus@users.noreply.github.com>
1 parent e25f0e4 commit fcb8755

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,6 @@ describe('controller', () => {
9090
)
9191

9292
// eslint-disable-next-line github/unescaped-html-literal
93-
document.body.innerHTML = '<parent-element><child-element></child-element></parent-element>'
93+
root.innerHTML = '<parent-element><child-element></child-element></parent-element>'
9494
})
9595
})

0 commit comments

Comments
 (0)