| 166 | |
| 167 | it('returns true for class extending LifeCycleObserver', () => { |
| 168 | class BaseObserver implements LifeCycleObserver { |
| 169 | async start() {} |
| 170 | } |
| 171 | class DerivedObserver extends BaseObserver {} |
nothing calls this directly
no outgoing calls
no test coverage detected