MCPcopy
hub / github.com/jestjs/jest / dontThrow

Method dontThrow

packages/expect/src/types.ts:52–52  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

50export interface MatcherUtils {
51 customTesters: Array<Tester>;
52 dontThrow(): void;
53 equals: EqualsFunction;
54 utils: typeof jestMatcherUtils & {
55 iterableEquality: Tester;

Callers 2

_toMatchSnapshotFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected