Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/
Class
packages/core/src/__tests__/unit/lifecycle.unit.ts:163–163 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
161
162
it(
'returns false for empty class'
, () => {
163
class
EmptyClass {}
164
expect(isLifeCycleObserverClass(EmptyClass)).to.be.false();
165
});
166
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected