[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2024-02-14 02:02:03 +00:00
committed by GitHub
parent aef9c6faeb
commit c29bfb65ff

View File

@@ -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 () => {