testem-time-reporter
Advanced tools
Comparing version 1.2.4 to 1.2.5
@@ -80,3 +80,3 @@ /* eslint-env node */ | ||
write('\n Failing tests: \n'); | ||
this.failures.forEach(this.writeFailure); | ||
this.failures.forEach(this.writeFailure.bind(this)); | ||
} | ||
@@ -83,0 +83,0 @@ write(`\nLEGEND: ${chalk.blue('Skipped')} ${chalk.magenta('Tests > 2 seconds')} ${chalk.red('Tests > 1 second')} ${chalk.yellow('Tests > 0.5 seconds')}\n`); |
{ | ||
"name": "testem-time-reporter", | ||
"version": "1.2.4", | ||
"version": "1.2.5", | ||
"description": "A testem reporter for highlighting tests", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9616