mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
parent
588a44ed04
commit
89d97368c7
2 changed files with 3 additions and 3 deletions
|
@ -122,7 +122,7 @@ export function MochaReporterProvider({ getService }) {
|
|||
|
||||
onSuiteEnd = () => {
|
||||
if (log.indent(-2) === 0) {
|
||||
log.write();
|
||||
log.write('');
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
@ -22,7 +22,7 @@ import { ms } from './ms';
|
|||
|
||||
export function writeEpilogue(log, stats) {
|
||||
// header
|
||||
log.write();
|
||||
log.write('');
|
||||
|
||||
// passes
|
||||
log.write(`${colors.pass('%d passing')} (%s)`, stats.passes || 0, ms(stats.duration));
|
||||
|
@ -38,5 +38,5 @@ export function writeEpilogue(log, stats) {
|
|||
}
|
||||
|
||||
// footer
|
||||
log.write();
|
||||
log.write('');
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue