@skills17/test-result-printer
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -82,6 +82,7 @@ "use strict"; | ||
if (printFooter) { | ||
printer(`\n${(0, _chalk.blue)('Info:')}`, 'The detailed test and error information is visible above the result summary.\n'); | ||
printer(`\n${(0, _chalk.blue)('Info:')}`, 'The detailed test and error information is visible above the result summary.'); | ||
} | ||
this.printWarnings(printer); | ||
printer(); | ||
} | ||
@@ -118,2 +119,3 @@ | ||
printTestWarning(warning, tests, printer) { | ||
printer(); | ||
printer((0, _chalk.yellow)('WARNING:', warning)); | ||
@@ -123,3 +125,2 @@ tests.forEach(test => { | ||
}); | ||
printer(''); | ||
} | ||
@@ -126,0 +127,0 @@ |
{ | ||
"name": "@skills17/test-result-printer", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Prints test results in a nice format to the console.", | ||
@@ -5,0 +5,0 @@ "main": "lib/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
9128
123