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

Method doesNotThrow

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

Source from the content-addressed store, hash-verified

209 notStrictEqual(actual: any, expected: any, message?: string): void;
210 throws(block: any, error?: any, message?: string): void;
211 doesNotThrow(block: any, message?: string): void;
212 ifError(value: any): void;
213 inspect(value: any, obj: any): any;
214}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected