Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/loopbackio/loopback-next
/ addChain
Method
addChain
packages/testlab/should-as-function.d.ts:190–190 ·
view source on GitHub ↗
(name: string, onCall?: Function)
Source
from the content-addressed store, hash-verified
188
interface
Assertion {
189
add(name: string, func: Function): void;
190
addChain(name: string, onCall?: Function): void;
191
alias(from: string, to: string): void;
192
}
193
Callers
1
expect.ts
File · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected