MCPcopy Index your code
hub / github.com/loopbackio/loopback-next / match

Method match

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

Source from the content-addressed store, hash-verified

87 belowOrEqual(n: number, description?: string): ShouldAssertion;
88 lessThanOrEqual(n: number, description?: string): ShouldAssertion;
89 match(other: {}, description?: string): ShouldAssertion;
90 match(other: (val: any) => any, description?: string): ShouldAssertion;
91 match(regexp: RegExp, description?: string): ShouldAssertion;
92 match(other: any, description?: string): ShouldAssertion;

Calls

no outgoing calls

Tested by 5

expectJsonSpecFunction · 0.52
expectMatchFunction · 0.52
runTestsFunction · 0.52
runTestsFunction · 0.52
expectLogsToMatchFunction · 0.52