Remove space seperator to shorten the succes
parent
bd3fc65f59
commit
f60f1b34e9
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue