react-dom-testing
react-dom-testing copied to clipboard
Recipe: how to test components that render into the body
Components that render into the body through a portal needs to be unmounted to make sure the markup doesn't stay around in the body.