fix: test

This commit is contained in:
Ivan Shmidt
2020-05-27 10:04:55 +02:00
parent 66611b29bb
commit 9310ce5aee
@@ -32,6 +32,7 @@ class MockLocationsCatalog implements LocationsCatalog {
removeLocation = jest.fn();
locations = jest.fn();
location = jest.fn();
locationHistory = jest.fn();
}
describe('createRouter', () => {