Skip to content

Commit 8ea3dd7

Browse files
committed
Ignore lint errors
1 parent 2719fbd commit 8ea3dd7

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/test.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,14 @@ describe('custom-element', function () {
1313

1414
describe('after tree insertion', function () {
1515
beforeEach(function () {
16+
// eslint-disable-next-line github/no-inner-html
1617
document.body.innerHTML = `
1718
<custom-element></custom-element>
1819
`
1920
})
2021

2122
afterEach(function () {
23+
// eslint-disable-next-line github/no-inner-html
2224
document.body.innerHTML = ''
2325
})
2426

0 commit comments

Comments
 (0)