I have a React component with a modal dialog (built using reactstrap, but others have reported similar problems with react-bootstrap and other type
reactstrap
react-bootstrap
try mocking the createPortal responsible for showing modals ReactDOM.createPortal = jest.fn(modal => modal);
ReactDOM.createPortal = jest.fn(modal => modal);