()
| 31 | sync: import("@cloudflare/computer-rpc").SyncRPC, |
| 32 | ): import("@cloudflare/computer-rpc").WorkspaceRPC { |
| 33 | const notWired = () => Promise.reject(new Error("shell not wired in this test")); |
| 34 | const shell: import("@cloudflare/computer-rpc").ShellRPC = { |
| 35 | exec: notWired, |
| 36 | getExec: notWired, |