Fix types

This commit is contained in:
Ivan Shmidt
2020-06-04 17:15:58 +02:00
parent 82143b1d10
commit f0a95a9762
@@ -29,6 +29,7 @@ const catalogApi: jest.Mocked<typeof catalogApiRef.T> = {
addLocation: jest.fn((_a, _b) => new Promise(() => {})),
getEntities: jest.fn(),
getEntityByName: jest.fn(),
getLocationByEntity: jest.fn(),
};
const setup = () => ({