fix: type checking

This commit is contained in:
Nikita Nek Dudnik
2020-06-05 16:29:46 +02:00
parent 48a71d6300
commit a4f08e3fcc
@@ -30,6 +30,8 @@ const catalogApi: jest.Mocked<typeof catalogApiRef.T> = {
getEntities: jest.fn(),
getEntityByName: jest.fn(),
getLocationByEntity: jest.fn(),
getLocationById: jest.fn(),
getEntitiesByLocationId: jest.fn(),
};
const setup = () => ({