update the catalog client to add getEntityFacets

Signed-off-by: Fredrik Adelöw <freben@gmail.com>
This commit is contained in:
Fredrik Adelöw
2022-02-13 19:58:15 +01:00
parent 01e124ea60
commit 6e1cbc12a6
21 changed files with 216 additions and 57 deletions
@@ -36,6 +36,7 @@ describe('<FossaPage />', () => {
removeLocationById: jest.fn(),
refreshEntity: jest.fn(),
getEntityAncestors: jest.fn(),
getEntityFacets: jest.fn(),
};
const fossaApi: jest.Mocked<FossaApi> = {
getFindingSummary: jest.fn(),