Skip to content

Commit ffa3c8e

Browse files
committed
fix: UTs
1 parent ed359d2 commit ffa3c8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/html_test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ describe('HTML module', () => {
120120
})
121121

122122
it('should allow adding new elements', () => {
123-
const html = '<div><h6>Hey</h6></div>';
123+
const html = '<div><h6>Hey</h6></div>'
124124
const result = removeNonInteractiveElements(html, { textElements: ['h6'] })
125125
expect(result).to.include('<h6>Hey</h6>')
126126
})

0 commit comments

Comments
 (0)