()
| 127 | }; |
| 128 | |
| 129 | export const getCustomEqualityTesters = (): Array<Tester> => |
| 130 | (globalThis as any)[JEST_MATCHERS_OBJECT].customEqualityTesters; |
| 131 | |
| 132 | export const addCustomEqualityTesters = (newTesters: Array<Tester>): void => { |
| 133 | if (!Array.isArray(newTesters)) { |
no outgoing calls
no test coverage detected