Skip to content

Commit 5fa78f8

Browse files
chore(client): ignore line in domparser from test coverage
1 parent 7346811 commit 5fa78f8

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/client/domparser.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ if (typeof DOMParser === 'function') {
4545
*/
4646
parseFromString = (html: string, tagName?: string): Document => {
4747
if (tagName) {
48+
/* istanbul ignore next */
4849
html = `<${tagName}>${html}</${tagName}>`;
4950
}
5051

0 commit comments

Comments
 (0)