Remove space seperator to shorten the succes

master
Frédéric Matte 2024-10-11 12:57:32 -04:00
parent bd3fc65f59
commit f60f1b34e9
1 changed files with 2 additions and 2 deletions

View File

@ -9,10 +9,10 @@ const summaryreporter = () => {
log(chalk.cyanBright(title) + ' ')
},
success: (test) => {
log(chalk.greenBright('✓ '))
log(chalk.greenBright('✓'))
},
fail: (test, e) => {
log(chalk.redBright('✗ '))
log(chalk.redBright(' ✗ '))
},
end: (stats) => {
log('\n')