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

Method throw

packages/testlab/should-as-function.d.ts:124–124  ·  view source on GitHub ↗
(propereties?: {})

Source from the content-addressed store, hash-verified

122 startWith(expected: string, message?: any): ShouldAssertion;
123 endWith(expected: string, message?: any): ShouldAssertion;
124 throw(propereties?: {}): ShouldAssertion;
125 throw(message: Function | string | RegExp, properties?: {}): ShouldAssertion;
126
127 //promises

Calls

no outgoing calls

Tested by 1

disallowsFunction · 0.64