()
| 31 | |
| 32 | it('registerCommand adds command', () => { |
| 33 | handler.registerCommand({ command: 'ping', aliases: ['p'], category: 'general', description: 'test', async handler() {} }); |
| 34 | expect(handler.commands.has('ping')).toBe(true); |
| 35 | }); |
| 36 |
nothing calls this directly
no outgoing calls
no test coverage detected