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

Function getMatchers

packages/expect/src/jestMatchersObject.ts:53–54  ·  packages/expect/src/jestMatchersObject.ts::getMatchers
()

Source from the content-addressed store, hash-verified

51};
52
53export const getMatchers = (): MatchersObject =>
54 (globalThis as any)[JEST_MATCHERS_OBJECT].matchers;
55
56export const setMatchers = (
57 matchers: MatchersObject,

Callers 1

expectFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected