We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 609bdbc commit 865dbeaCopy full SHA for 865dbea
1 file changed
src/junitxml.ts
@@ -123,7 +123,7 @@ type JunitXml = z.infer<typeof JunitXml>
123
export const parseJunitXml = (xml: string | Buffer): JunitXml => {
124
const parser = new XMLParser({
125
processEntities: {
126
- maxTotalExpansions: 10000,
+ maxTotalExpansions: 1000000,
127
},
128
ignoreAttributes: false,
129
removeNSPrefix: true,
0 commit comments