jest-junit
Advanced tools
Comparing version 6.0.1 to 6.1.0
@@ -33,2 +33,2 @@ 'use strict'; | ||
DISPLAY_NAME_VAR: 'displayName', | ||
}; | ||
}; |
@@ -28,3 +28,3 @@ 'use strict'; | ||
// Write data to file | ||
fs.writeFileSync(finalOutput, xml(jsonResults, { indent: ' ' })); | ||
fs.writeFileSync(finalOutput, xml(jsonResults, { indent: ' ', declaration: true })); | ||
@@ -74,2 +74,1 @@ // Jest 18 compatibility | ||
module.exports = JestJUnit; | ||
{ | ||
"name": "jest-junit", | ||
"version": "6.0.1", | ||
"version": "6.1.0", | ||
"description": "A jest reporter that generates junit xml files", | ||
@@ -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
28531
258