|
@@ -88,6 +88,12 @@ describe('Custom Repositories', function () {
|
|
|
type: CustomRepoType.APP_STORE_CONNECT,
|
|
|
};
|
|
|
|
|
|
+ beforeAll(async function () {
|
|
|
+ // TODO: figure out why this transpile is so slow
|
|
|
+ // transpile the modal upfront so the test runs fast
|
|
|
+ await import('sentry/components/modals/debugFileCustomRepository');
|
|
|
+ });
|
|
|
+
|
|
|
it('renders', async function () {
|
|
|
const {rerender} = render(<TestComponent {...props} />, {context: routerContext});
|
|
|
|