(arg: string)
| 72 | } |
| 73 | |
| 74 | const run = async (arg: string) => { |
| 75 | billingCommand.run(arg, ctx as any, 'billing') |
| 76 | await rpc.mock.results[0]?.value |
| 77 | await Promise.resolve() |
| 78 | await Promise.resolve() |
| 79 | } |
| 80 | |
| 81 | return { calls, ctx, rpc, run, sys } |
| 82 | } |
no test coverage detected