jest-junit
Advanced tools
Comparing version 14.0.0 to 14.0.1
{ | ||
"name": "jest-junit", | ||
"version": "14.0.0", | ||
"version": "14.0.1", | ||
"description": "A jest reporter that generates junit xml files", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -227,3 +227,3 @@ 'use strict'; | ||
// Make sure we log them since Jest still reports the suite as failed | ||
if (suite.testExecError !== undefined) { | ||
if (suite.testExecError != null) { | ||
const fakeTC = { | ||
@@ -230,0 +230,0 @@ status: testFailureStatus, |
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
38640