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 | |
| 53 | export const getMatchers = (): MatchersObject => |
| 54 | (globalThis as any)[JEST_MATCHERS_OBJECT].matchers; |
| 55 | |
| 56 | export const setMatchers = ( |
| 57 | matchers: MatchersObject, |
Tested by
no test coverage detected