Update bun-write.test.js

This commit is contained in:
Jarred Sumner
2022-10-11 00:03:37 -07:00
parent 40623cf967
commit 1f7f5646de

View File

@@ -31,10 +31,9 @@ describe("large file", () => {
const fixtures = [
[
`/tmp/bun-test-large-file-${Date.now()}.txt`,
"https://www.iana.org/assignments/media-types/media-types.xhtml,"
.repeat(100000)
.split("")
.join(),
"https://www.iana.org/assignments/media-types/media-types.xhtml,".repeat(
10000
),
],
];