mirror of
https://github.com/oven-sh/bun
synced 2026-02-15 05:12:29 +00:00
[autofix.ci] apply automated fixes
This commit is contained in:
@@ -264,7 +264,7 @@ for (let [gcTick, label] of [
|
||||
});
|
||||
|
||||
await exited;
|
||||
expect(await Bun.file(tmp + "out.123.txt").text() == hugeString).toBeTrue();
|
||||
expect((await Bun.file(tmp + "out.123.txt").text()) == hugeString).toBeTrue();
|
||||
});
|
||||
|
||||
it("Bun.file() works as stdout", async () => {
|
||||
|
||||
Reference in New Issue
Block a user