reactlynx-testing-library / render
function render<Q>(ui: ReactNode, options?: RenderOptions<Q>): RenderResult<Q>
Render into the page. It should be used with cleanup.
Q
Queries
ui
ReactNode
options
RenderOptions
RenderResult<Q>
RenderResult