mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
Merge branch 'main' into ciro/fix-Bun.write
This commit is contained in:
@@ -605,7 +605,7 @@ it("should run with bun instead of npm even with leading spaces", async () => {
|
||||
env: bunEnv,
|
||||
});
|
||||
|
||||
expect(stderr.toString()).toBe("$ bun run other_script \n$ echo hi \n");
|
||||
expect(stderr.toString()).toMatch(/\$ bun(-debug)? run other_script \n\$ echo hi \n/);
|
||||
expect(stdout.toString()).toEndWith("hi\n");
|
||||
expect(exitCode).toBe(0);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user