()
| 64 | it('supports extension as a base class with full typing', () => { |
| 65 | class Extended extends RootEventClient<TestEvents> { |
| 66 | constructor() { |
| 67 | super({ pluginId: 'extended' }) |
| 68 | } |
| 69 | } |
| 70 | const ext = new Extended() |
| 71 | expect(ext.getPluginId()).toBe('extended') |
nothing calls this directly
no outgoing calls
no test coverage detected