| 154 | |
| 155 | it('returns false for class without lifecycle methods', () => { |
| 156 | class NotAnObserver { |
| 157 | someMethod() {} |
| 158 | } |
| 159 | expect(isLifeCycleObserverClass(NotAnObserver)).to.be.false(); |
nothing calls this directly
no outgoing calls
no test coverage detected