()
| 52 | }); |
| 53 | |
| 54 | function createProgram() { |
| 55 | const program = new Command(); |
| 56 | program.exitOverride(); |
| 57 | const bot = program.command('bot'); |
| 58 | registerBotMessageCommands(bot); |
| 59 | return program; |
| 60 | } |
| 61 | |
| 62 | it('passes a remote URL through as fetchUrl', async () => { |
| 63 | const program = createProgram(); |
no test coverage detected