()
| 10 | import { createArtifact } from "./client.js"; |
| 11 | |
| 12 | function makeClient() { |
| 13 | const binding = new FakeArtifactsBinding(); |
| 14 | const client = createArtifact(binding, "sess1"); |
| 15 | return { binding, client }; |
| 16 | } |
| 17 | |
| 18 | async function run(argv: string[]) { |
| 19 | const { client } = makeClient(); |
no test coverage detected