Skip to content

Commit

Permalink
test: xml
Browse files Browse the repository at this point in the history
  • Loading branch information
lowlighter committed Dec 16, 2024
1 parent 7b4c28c commit 50b2d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xml/parse_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1302,6 +1302,6 @@ if (runtime === "deno") {
test(`\`parse()\` parse large files ~${(2 ** i)}Mb`, async () => {
await write(i)
expect(parse(await Deno.readTextFile(fromFileUrl(import.meta.resolve(`./bench/assets/x-${i}x-large.xml`))))).not.toThrow()
}, { permissions: { read: true, sys: ["uid"], write: ["bench"] }, ignore } as testing)
}, { permissions: { read: true, sys: ["uid"], write: ["bench", "xml/bench"] }, ignore } as testing)
}
}

0 comments on commit 50b2d9b

Please sign in to comment.