fix child process test

This commit is contained in:
Dylan Conway
2022-12-06 18:15:20 -08:00
parent 15ce587fa2
commit 84b2cc1739

View File

@@ -313,7 +313,7 @@ describe("execFileSync()", () => {
encoding: "utf8",
},
);
expect(result.trim()).toBe("hello world!");
expect(result.trim()).toBe("data: hello world!");
});
});