Skip to content

Commit

Permalink
test: ignore 2 lines for coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
lars-reimann committed May 18, 2024
1 parent 0e9014f commit bfc3f1e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -532,6 +532,7 @@ export class SafeDsMarkdownGenerator {
if (tag) {
return `[${tag}] ${node.name}`;
} else {
/* c8 ignore next 2 */
return node.name;
}
}
Expand Down

0 comments on commit bfc3f1e

Please sign in to comment.