Browse Source

ref(ts): Convert integrationRepos.spec to tsx (#52022)

Evan Purkhiser 1 year ago
parent
commit
70279645d1

+ 1 - 0
static/app/stores/repositoryStore.tsx

@@ -11,6 +11,7 @@ type State = {
 
 interface RepositoryStoreDefinition extends StoreDefinition {
   get(): State;
+  init(): void;
   loadRepositories(orgSlug: string): void;
   loadRepositoriesError(error: Error): void;
   loadRepositoriesSuccess(data: Repository[]): void;

+ 0 - 0
static/app/views/settings/organizationIntegrations/integrationRepos.spec.jsx → static/app/views/settings/organizationIntegrations/integrationRepos.spec.tsx