MCPcopy Create free account
hub / github.com/loopbackio/loopback-next / throws

Method throws

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

Source from the content-addressed store, hash-verified

208 strictEqual(actual: any, expected: any, message?: string): void;
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;

Calls

no outgoing calls

Tested by

no test coverage detected