mirror of
https://github.com/oven-sh/bun
synced 2026-02-14 21:01:52 +00:00
Update bun-write.test.js
This commit is contained in:
@@ -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
|
||||
),
|
||||
],
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user