| 2 | |
| 3 | declare module '@testing-library/react-hooks' { |
| 4 | interface RenderHookResult<P, R> { |
| 5 | readonly wait: (callback: Function, options: Object) => Promise<void> |
| 6 | } |
| 7 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…