Skip to content

Commit 8f64fa7

Browse files
author
Xander Dumaine
committed
I'm bad at code
1 parent e516c2e commit 8f64fa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎index.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ TimeReporter.prototype = {
7676
write(`\n Tests completed in ${this.runDuration / 1000} seconds \n`);
7777

7878
if (this.failures.length) {
79-
this.write('\n Failing tests: \n');
79+
write('\n Failing tests: \n');
8080
this.failures.forEach(this.writeFailure);
8181
}
8282
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

Comments
 (0)