Remove space seperator to shorten the succes
parent
bd3fc65f59
commit
f60f1b34e9
|
@ -9,10 +9,10 @@ const summaryreporter = () => {
|
||||||
log(chalk.cyanBright(title) + ' ')
|
log(chalk.cyanBright(title) + ' ')
|
||||||
},
|
},
|
||||||
success: (test) => {
|
success: (test) => {
|
||||||
log(chalk.greenBright('✓ '))
|
log(chalk.greenBright('✓'))
|
||||||
},
|
},
|
||||||
fail: (test, e) => {
|
fail: (test, e) => {
|
||||||
log(chalk.redBright('✗ '))
|
log(chalk.redBright(' ✗ '))
|
||||||
},
|
},
|
||||||
end: (stats) => {
|
end: (stats) => {
|
||||||
log('\n')
|
log('\n')
|
||||||
|
|
Loading…
Reference in New Issue