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 ed359d2 commit ffa3c8eCopy full SHA for ffa3c8e
test/unit/html_test.js
@@ -120,7 +120,7 @@ describe('HTML module', () => {
120
})
121
122
it('should allow adding new elements', () => {
123
- const html = '<div><h6>Hey</h6></div>';
+ const html = '<div><h6>Hey</h6></div>'
124
const result = removeNonInteractiveElements(html, { textElements: ['h6'] })
125
expect(result).to.include('<h6>Hey</h6>')
126
0 commit comments