Skip to content

Commit

Permalink
Trick
Browse files Browse the repository at this point in the history
  • Loading branch information
estruyf committed Mar 8, 2024
1 parent c286e30 commit 96e03b5
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}**`;
: ` **${annotation.type}**`;
list.push(`${type}: ${annotation.description}`);
}

Expand Down

0 comments on commit 96e03b5

Please sign in to comment.