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

Method exactly

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

Source from the content-addressed store, hash-verified

167 class(): ShouldAssertion;
168 deepEqual(expected: any, description?: string): ShouldAssertion;
169 exactly(expected: any, description?: string): ShouldAssertion;
170 instanceOf(constructor: Function, description?: string): ShouldAssertion;
171 throwError(message?: any): ShouldAssertion;
172 lengthOf(n: number, description?: string): ShouldAssertion;

Calls

no outgoing calls

Tested by

no test coverage detected