testem-time-reporter
Advanced tools
Comparing version 1.2.6 to 1.2.7
@@ -21,6 +21,6 @@ /* eslint-env node */ | ||
if (data.error && data.error.message) { | ||
write(chalk.red(data.error.message) + '\n'); | ||
write(chalk.red(data.error.stack) + '\n'); | ||
write(`\t ${chalk.red(data.error.message)} \n`); | ||
write(`\t${chalk.red(data.error.stack)} \n`); | ||
} else { | ||
write(chalk.red(`${JSON.stringify(data)}`)); | ||
write(`\t ${chalk.red(JSON.stringify(data))} \n`); | ||
} | ||
@@ -27,0 +27,0 @@ this.failures.push(data); |
{ | ||
"name": "testem-time-reporter", | ||
"version": "1.2.6", | ||
"version": "1.2.7", | ||
"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
9668