| 63 | |
| 64 | it('supports extension as a base class with full typing', () => { |
| 65 | class Extended extends RootEventClient<TestEvents> { |
| 66 | constructor() { |
| 67 | super({ pluginId: 'extended' }) |
| 68 | } |
nothing calls this directly
no outgoing calls
no test coverage detected