There was an error while loading. Please reload this page.
1 parent e516c2e commit 8f64fa7Copy full SHA for 8f64fa7
index.js
@@ -76,7 +76,7 @@ TimeReporter.prototype = {
76
write(`\n Tests completed in ${this.runDuration / 1000} seconds \n`);
77
78
if (this.failures.length) {
79
- this.write('\n Failing tests: \n');
+ write('\n Failing tests: \n');
80
this.failures.forEach(this.writeFailure);
81
}
82
write(`\nLEGEND: ${chalk.blue('Skipped')} ${chalk.magenta('Tests > 2 seconds')} ${chalk.red('Tests > 1 second')} ${chalk.yellow('Tests > 0.5 seconds')}\n`);
0 commit comments