Type those variables

This commit is contained in:
Erik Larsson
2021-01-27 02:48:04 +01:00
parent 1476950a12
commit cf07455842
@@ -57,8 +57,8 @@ const guestIdentityApi: IdentityApi = {
};
describe('CatalogClientWrapper', () => {
let client;
let guestClient;
let client: CatalogClientWrapper;
let guestClient: CatalogClientWrapper;
beforeEach(() => {
MockedCatalogClient.mockClear();