()
| 42 | } |
| 43 | |
| 44 | export const getState = <State extends MatcherState = MatcherState>(): State => |
| 45 | (globalThis as any)[JEST_MATCHERS_OBJECT].state; |
| 46 | |
| 47 | export const setState = <State extends MatcherState = MatcherState>( |
| 48 | state: Partial<State>, |
no outgoing calls
no test coverage detected