MCPcopy
hub / github.com/simoneb/axios-hooks / RenderHookResult

Interface RenderHookResult

test/testing-library__react-hooks.d.ts:4–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2
3declare module '@testing-library/react-hooks' {
4 interface RenderHookResult<P, R> {
5 readonly wait: (callback: Function, options: Object) => Promise<void>
6 }
7}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…