From 9310ce5aee803ef95053d3dc912223e2c12c69f3 Mon Sep 17 00:00:00 2001 From: Ivan Shmidt Date: Wed, 27 May 2020 10:04:55 +0200 Subject: [PATCH] fix: test --- plugins/catalog-backend/src/service/router.test.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/catalog-backend/src/service/router.test.ts b/plugins/catalog-backend/src/service/router.test.ts index 8c29362015..a229d1eb11 100644 --- a/plugins/catalog-backend/src/service/router.test.ts +++ b/plugins/catalog-backend/src/service/router.test.ts @@ -32,6 +32,7 @@ class MockLocationsCatalog implements LocationsCatalog { removeLocation = jest.fn(); locations = jest.fn(); location = jest.fn(); + locationHistory = jest.fn(); } describe('createRouter', () => {