(argv: string[])
| 16 | } |
| 17 | |
| 18 | async function run(argv: string[]) { |
| 19 | const { client } = makeClient(); |
| 20 | return client.cli({ argv }); |
| 21 | } |
| 22 | |
| 23 | describe("credentialURL", () => { |
| 24 | it("embeds the token as basic-auth with the conventional x user", () => { |
no test coverage detected