mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
Fix format
This commit is contained in:
@@ -4795,7 +4795,7 @@ it("should fail on invalid Git URL", async () => {
|
||||
env,
|
||||
});
|
||||
const err = await stderr.text();
|
||||
expect(err.split(/\r?\n/)).toContain('error: InstallFailed cloning repository for uglify');
|
||||
expect(err.split(/\r?\n/)).toContain("error: InstallFailed cloning repository for uglify");
|
||||
const out = await stdout.text();
|
||||
expect(out).toEqual(expect.stringContaining("bun install v1."));
|
||||
expect(await exited).toBe(1);
|
||||
|
||||
Reference in New Issue
Block a user