Comparing version 1.0.7 to 1.0.8
{ | ||
"name": "it-fails", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "src/index.js", |
@@ -109,3 +109,3 @@ const path = require('path'); | ||
console.log(color('error stack', errText.stack)); | ||
} else { | ||
} else if (test.file) { | ||
console.log(color('error stack', ` ${path.relative(process.cwd(), test.file)}`)); | ||
@@ -112,0 +112,0 @@ } |
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
14870