Function
drainExec
(handle: { result(): Promise<unknown> })
Source from the content-addressed store, hash-verified
| 185 | // the WorkspaceShell push/pull bracket. The selection tests don't |
| 186 | // care about the values — only that exec ran on the right backend. |
| 187 | async function drainExec(handle: { result(): Promise<unknown> }): Promise<void> { |
| 188 | await handle.result(); |
| 189 | } |
| 190 | |
| 191 | describe("Workspace backend selection", () => { |
| 192 | it("picks the first backend in the list as the default", async () => { |
Tested by
no test coverage detected