@metlo/testing
Advanced tools
Comparing version 0.2.8 to 0.2.9
@@ -49,3 +49,5 @@ "use strict"; | ||
console.log(chalk_1.default.bold.red("Failed to load test...")); | ||
throw new Error(JSON.stringify(parseRes.error.flatten(), null, 4)); | ||
throw new Error(parseRes.error.issues | ||
.map(e => `${e.path.join(".")}: ${e.message}`) | ||
.join("\n")); | ||
} | ||
@@ -52,0 +54,0 @@ return parseRes.data; |
{ | ||
"name": "@metlo/testing", | ||
"version": "0.2.8", | ||
"version": "0.2.9", | ||
"license": "MIT", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
99021
1733