Fix client reference

This commit is contained in:
Erik Larsson
2021-01-19 22:56:43 +01:00
parent 82cac24d19
commit 0e40a5915d
@@ -17,7 +17,7 @@
import { CatalogClient } from '@backstage/catalog-client';
import { CatalogIdentityClient } from './CatalogIdentityClient';
jest.mock('./CatalogClient');
jest.mock('@backstage/catalog-client');
const MockedCatalogClient = CatalogClient as jest.Mock<CatalogClient>;
describe('CatalogIdentityClient', () => {