(host: string)
| 11 | // oRPC client surfaces it as the CLI's classified HttpClientError. |
| 12 | |
| 13 | function makeClient(host: string): WorkspacesClient { |
| 14 | return new WorkspacesClient(testHttpClient(host, 'dfoa_test')) |
| 15 | } |
| 16 | |
| 17 | describe('WorkspacesClient.list', () => { |
| 18 | let stub: StubServer |
no test coverage detected