feat: github discovery provider

Signed-off-by: brentg-telus <50498366+brentg-telus@users.noreply.github.com>
This commit is contained in:
brentg-telus
2022-07-25 13:27:38 -04:00
parent f48950e34b
commit 7a6007d808
@@ -24,7 +24,7 @@ import { LocationSpec } from '@backstage/plugin-catalog-backend';
import { GithubDiscoveryProcessor, parseUrl } from './GithubDiscoveryProcessor';
import { getOrganizationRepositories } from '../lib';
jest.mock('./lib');
jest.mock('../lib');
const mockGetOrganizationRepositories =
getOrganizationRepositories as jest.MockedFunction<
typeof getOrganizationRepositories