mirror of https://gitee.com/bigwinds/arangodb
Whitespace
This commit is contained in:
parent
773d489f55
commit
97e80c9d3b
|
@ -58,9 +58,9 @@ function logStats (stats) {
|
||||||
chalk.bold(stats.duration + 'ms')
|
chalk.bold(stats.duration + 'ms')
|
||||||
} (${
|
} (${
|
||||||
chalk.green(stats.passes)
|
chalk.green(stats.passes)
|
||||||
} | ${
|
}|${
|
||||||
chalk.red(stats.failures)
|
chalk.red(stats.failures)
|
||||||
} | ${
|
}|${
|
||||||
chalk.cyan(stats.pending)
|
chalk.cyan(stats.pending)
|
||||||
})`);
|
})`);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue