We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2719fbd commit 8ea3dd7Copy full SHA for 8ea3dd7
test/test.js
@@ -13,12 +13,14 @@ describe('custom-element', function () {
13
14
describe('after tree insertion', function () {
15
beforeEach(function () {
16
+ // eslint-disable-next-line github/no-inner-html
17
document.body.innerHTML = `
18
<custom-element></custom-element>
19
`
20
})
21
22
afterEach(function () {
23
24
document.body.innerHTML = ''
25
26
0 commit comments