testcafe-reporter-spec
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -41,4 +41,4 @@ 'use strict'; | ||
var hasErr = !!errs.length; | ||
var nameStyle = hasErr ? this.chalk.red : this.chalk.gray; | ||
var symbol = hasErr ? this.chalk.red(this.symbols.err) : this.chalk.green(this.symbols.ok); | ||
var nameStyle = hasErr ? this.chalk.red.bold : this.chalk.gray; | ||
var symbol = hasErr ? this.chalk.red.bold(this.symbols.err) : this.chalk.green(this.symbols.ok); | ||
var title = symbol + ' ' + nameStyle(name); | ||
@@ -45,0 +45,0 @@ |
{ | ||
"name": "testcafe-reporter-spec", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "Spec TestCafe reporter plugin.", | ||
@@ -5,0 +5,0 @@ "repository": "https://github.com/DevExpress/testcafe-reporter-spec", |
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
5701