reactlynx-testing-library / renderHook
Function: renderHook()
Allows you to render a hook within a test React component without having to create that component yourself.
Type Parameters
Parameters
Returns
RenderHookResult<Result, Props>
Example
Defined in
index.d.ts:1266