testcafe-reporter-spec
Advanced tools
Comparing version 1.0.2 to 1.0.3
@@ -57,3 +57,5 @@ 'use strict'; | ||
errs.forEach(function (err, idx) { | ||
_this2.newline().write(_this2.formatError(err, idx + 1 + ') ')).newline().newline(); | ||
var prefix = _this2.chalk.red(idx + 1 + ') '); | ||
_this2.newline().write(_this2.formatError(err, prefix)).newline().newline(); | ||
}); | ||
@@ -60,0 +62,0 @@ } |
{ | ||
"name": "testcafe-reporter-spec", | ||
"version": "1.0.2", | ||
"version": "1.0.3", | ||
"description": "Spec TestCafe reporter plugin.", | ||
@@ -15,3 +15,5 @@ "repository": "https://github.com/DevExpress/testcafe-reporter-spec", | ||
"scripts": { | ||
"test": "gulp test" | ||
"test": "gulp test", | ||
"publish-please": "publish-please", | ||
"prepublish": "publish-please guard" | ||
}, | ||
@@ -27,2 +29,3 @@ "keywords": [ | ||
"babel-eslint": "^4.0.10", | ||
"callsite-record": "^3.2.0", | ||
"del": "^1.2.0", | ||
@@ -35,6 +38,6 @@ "gulp": "^3.9.0", | ||
"os-family": "^1.0.0", | ||
"publish-please": "^1.0.1", | ||
"publish-please": "^2.1.4", | ||
"read-file-relative": "^1.2.0", | ||
"testcafe": "0.0.14" | ||
"testcafe": "0.0.21" | ||
} | ||
} |
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
5731
180471
56
12