From cf074558429f7b36f4df319f0af47401e92850ec Mon Sep 17 00:00:00 2001 From: Erik Larsson Date: Wed, 27 Jan 2021 02:48:04 +0100 Subject: [PATCH] Type those variables --- plugins/catalog/src/CatalogClientWrapper.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/catalog/src/CatalogClientWrapper.test.ts b/plugins/catalog/src/CatalogClientWrapper.test.ts index 9d6f8b5c57..de60ca8dd2 100644 --- a/plugins/catalog/src/CatalogClientWrapper.test.ts +++ b/plugins/catalog/src/CatalogClientWrapper.test.ts @@ -57,8 +57,8 @@ const guestIdentityApi: IdentityApi = { }; describe('CatalogClientWrapper', () => { - let client; - let guestClient; + let client: CatalogClientWrapper; + let guestClient: CatalogClientWrapper; beforeEach(() => { MockedCatalogClient.mockClear();