fairsplice
Advanced tools
Comparing version 0.4.1 to 0.4.2
{ | ||
"name": "fairsplice", | ||
"version": "0.4.1", | ||
"version": "0.4.2", | ||
"module": "index.ts", | ||
@@ -5,0 +5,0 @@ "type": "module", |
@@ -47,3 +47,3 @@ import { describe, it, expect } from "bun:test"; | ||
const testCases = parseJunit(xmlString); | ||
expect(testCases).toHaveLength(6); | ||
expect(testCases).toHaveLength(7); | ||
expect(testCases[0]).toEqual({ | ||
@@ -50,0 +50,0 @@ file: "flow/slot-booking/bookSlotAsSiteOwner.spec.ts", |
@@ -8,2 +8,3 @@ import { XMLParser } from "fast-xml-parser"; | ||
parseAttributeValue: true, // turns number strings into numbers | ||
isArray: (name) => name === "testcase", // treat all nodes with name "testcase" as arrays | ||
}); | ||
@@ -10,0 +11,0 @@ let junit = parser.parse(xmlString); |
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
33583
422