mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 06:17:10 +01:00
Update markdown-utils.ts
This commit is contained in:
parent
ae902f665e
commit
ba1a54f2f4
1 changed files with 1 additions and 1 deletions
|
|
@ -6,7 +6,7 @@ export enum Align {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Icon = {
|
export const Icon = {
|
||||||
skip: '⚪', // ':white-circle:'
|
skip: '⚪', // ':white_circle:'
|
||||||
success: '✅', // ':white_check_mark:'
|
success: '✅', // ':white_check_mark:'
|
||||||
fail: '❌' // ':x:'
|
fail: '❌' // ':x:'
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue