jest-xunit
Advanced tools
Comparing version 1.0.7 to 1.0.8
@@ -100,3 +100,3 @@ const process = require('process'); | ||
output: { | ||
_cdata: result.failureMessages.map(s => unescape(encodeURIComponent(s))).join('\n') | ||
_cdata: result.failureMessages.join('').replace(/[^\w\s]/gi, '') | ||
} | ||
@@ -103,0 +103,0 @@ }, |
{ | ||
"name": "jest-xunit", | ||
"version": "1.0.7", | ||
"version": "1.0.8", | ||
"description": "", | ||
@@ -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
6156