Skip to content

Commit

Permalink
Test html
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 8, 2024
1 parent 80c2028 commit 928e94c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/getTestAnnotations.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const getTestAnnotations = (
for (const annotation of test.annotations) {
const type = isHtml
? `<strong>${annotation.type}</strong>`
: annotation.type;
: `<b>${annotation.type}</b>`;
list.push(`${type}: ${annotation.description}`);
}

Expand Down

0 comments on commit 928e94c

Please sign in to comment.