jest-json-to-tap
Advanced tools
Comparing version 1.0.3 to 2.0.0
@@ -22,3 +22,8 @@ #!/usr/bin/env node | ||
stdout.write('\n'); | ||
if (jestOutput.numFailedTests > 0) { | ||
// eslint-disable-next-line no-process-exit | ||
process.exit(1); | ||
} | ||
}); | ||
{ | ||
"name": "jest-json-to-tap", | ||
"version": "1.0.3", | ||
"version": "2.0.0", | ||
"description": "Jest Json parser that outputs TAP results", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
208442
242