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>
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.
Promise<void>