mirror of
https://github.com/sasjs/adapter.git
synced 2025-12-11 01:14:36 +00:00
chore: cleanup
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user