MCPcopy
hub / github.com/loopbackio/loopback-next / property

Method property

packages/testlab/should-as-function.d.ts:102–102  ·  view source on GitHub ↗
(name: string, description?: string)

Source from the content-addressed store, hash-verified

100 matchAny(other: any, description?: string): ShouldAssertion;
101 length(n: number, description?: string): ShouldAssertion;
102 property(name: string, description?: string): ShouldAssertion;
103 property(name: string, val: any, description?: string): ShouldAssertion;
104 properties(names: string[]): ShouldAssertion;
105 properties(name: string): ShouldAssertion;

Calls

no outgoing calls

Tested by 3

expectNoteRepoToBeBoundFunction · 0.64
runTestsWithRouterFunction · 0.64