1
0
mirror of https://github.com/sasjs/adapter.git synced 2025-12-11 01:14:36 +00:00

chore: cleanup

This commit is contained in:
Yury
2024-06-21 11:32:58 +03:00
parent a90f699abd
commit c2e64d9ba6

View File

@@ -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,