mirror of
https://github.com/dorny/test-reporter.git
synced 2026-02-01 10:55:23 -08:00
Merge pull request #200 from petrdvorak/main
Fix #199: Use ✅ instead of ✔️ for better cross platform look
This commit is contained in:
@@ -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:'
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user