Skip to main content

Function: cleanup()

cleanup(): Promise<void>

Defined in: render.tsx:128

Cleans up the rendered component by unmounting it and destroying windows. Should be called after each test to reset state.

Returns

Promise<void>