import {render} from 'sentry-test/reactTestingLibrary'; import DiffModal from 'sentry/components/modals/diffModal'; describe('DiffModal', function () { it('renders', function () { const project = TestStubs.ProjectDetails(); render(
{children}
} CloseButton={({children}) =>
{children}
} /> ); }); });