MCPcopy Create free account
hub / github.com/loopbackio/loopback-next /

Class

packages/core/src/__tests__/unit/lifecycle.unit.ts:156–156  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

154
155 it('returns false for class without lifecycle methods', () => {
156 class NotAnObserver {
157 someMethod() {}
158 }
159 expect(isLifeCycleObserverClass(NotAnObserver)).to.be.false();

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected