mirror of
https://github.com/dorny/test-reporter.git
synced 2025-12-15 22:07:09 +01:00
Fix #199: Use ✅ instead of ✔️ for better cross platform look
- Use the ✅ for passed tests - Use the ⚪ for skipped tests
This commit is contained in:
parent
0d9714ddc7
commit
ae902f665e
1 changed files with 2 additions and 2 deletions
|
|
@ -6,8 +6,8 @@ export enum Align {
|
|||
}
|
||||
|
||||
export const Icon = {
|
||||
skip: '✖️', // ':heavy_multiplication_x:'
|
||||
success: '✔️', // ':heavy_check_mark:'
|
||||
skip: '⚪', // ':white-circle:'
|
||||
success: '✅', // ':white_check_mark:'
|
||||
fail: '❌' // ':x:'
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue