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:
Petr Dvořák 2022-10-05 22:01:28 +02:00 committed by GitHub
parent 0d9714ddc7
commit ae902f665e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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:'
}