mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-16 22:37:09 +01:00
Merge pull request #200 from petrdvorak/main
Fix #199: Use ✅ instead of ✔️ for better cross platform look
This commit is contained in:
commit
3cca7492d0
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ export enum Align {
|
||||||
}
|
}
|
||||||
|
|
||||||
export const Icon = {
|
export const Icon = {
|
||||||
skip: '✖️', // ':heavy_multiplication_x:'
|
skip: '⚪', // ':white_circle:'
|
||||||
success: '✔️', // ':heavy_check_mark:'
|
success: '✅', // ':white_check_mark:'
|
||||||
fail: '❌' // ':x:'
|
fail: '❌' // ':x:'
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue