(host: string)
| 9 | const DESCRIBE_BODY = { info: { id: 'app-1', name: 'Demo', mode: 'chat', service_api_enabled: true } } |
| 10 | |
| 11 | function makeClient(host: string): AppsClient { |
| 12 | return new AppsClient(testHttpClient(host, 'dfoa_test')) |
| 13 | } |
| 14 | |
| 15 | function queryOf(url: string | undefined): URLSearchParams { |
| 16 | return new URL(url ?? '', 'http://x').searchParams |
no test coverage detected