mirror of
https://github.com/oven-sh/bun
synced 2026-02-09 10:28:47 +00:00
todo
This commit is contained in:
@@ -699,7 +699,8 @@ warn
|
||||
}
|
||||
});
|
||||
|
||||
it("works if the entire process object is overridden", async () => {
|
||||
// blocked on more JS internals that use `process` while it has been overridden
|
||||
it.todo("works if the entire process object is overridden", async () => {
|
||||
const worker = new Worker(/* js */ `process = 5; console.log("hello");`, { eval: true, stdout: true });
|
||||
expect(await readToEnd(worker.stdout)).toBe("hello\n");
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user