From c2e64d9ba6b11de7b59af83b8a14813151c6c92c Mon Sep 17 00:00:00 2001 From: Yury Date: Fri, 21 Jun 2024 11:32:58 +0300 Subject: [PATCH] chore: cleanup --- src/auth/spec/AuthManager.spec.ts | 6 ------ 1 file changed, 6 deletions(-) diff --git a/src/auth/spec/AuthManager.spec.ts b/src/auth/spec/AuthManager.spec.ts index 01e5be0..18d7beb 100644 --- a/src/auth/spec/AuthManager.spec.ts +++ b/src/auth/spec/AuthManager.spec.ts @@ -68,12 +68,6 @@ describe('AuthManager', () => { }) describe('login - default mechanism', () => { - let languageGetter: any - - beforeEach(() => { - languageGetter = jest.spyOn(window.navigator, 'language', 'get') - }) - it('should call the auth callback and return when already logged in', async () => { const authManager = new AuthManager( serverUrl,