mirror of
https://github.com/oven-sh/bun
synced 2026-02-02 15:08:46 +00:00
fix child process test
This commit is contained in:
@@ -313,7 +313,7 @@ describe("execFileSync()", () => {
|
||||
encoding: "utf8",
|
||||
},
|
||||
);
|
||||
expect(result.trim()).toBe("hello world!");
|
||||
expect(result.trim()).toBe("data: hello world!");
|
||||
});
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user