testcafe-reporter-spec
Advanced tools
Comparing version 1.0.4 to 1.0.5
@@ -27,5 +27,3 @@ 'use strict'; | ||
reportFixtureStart: function reportFixtureStart(name, path) { | ||
var title = name + ' (' + this.chalk.underline(path) + ')'; | ||
reportFixtureStart: function reportFixtureStart(name) { | ||
this.setIndent(1).useWordWrap(true); | ||
@@ -35,3 +33,3 @@ | ||
this.write(title).newline(); | ||
this.write(name).newline(); | ||
}, | ||
@@ -38,0 +36,0 @@ |
{ | ||
"name": "testcafe-reporter-spec", | ||
"version": "1.0.4", | ||
"version": "1.0.5", | ||
"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
5621
55