mirror of
https://github.com/sasjs/adapter.git
synced 2026-01-07 12:30:06 +00:00
chore: cleanup
This commit is contained in:
@@ -68,12 +68,6 @@ describe('AuthManager', () => {
|
|||||||
})
|
})
|
||||||
|
|
||||||
describe('login - default mechanism', () => {
|
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 () => {
|
it('should call the auth callback and return when already logged in', async () => {
|
||||||
const authManager = new AuthManager(
|
const authManager = new AuthManager(
|
||||||
serverUrl,
|
serverUrl,
|
||||||
|
|||||||
Reference in New Issue
Block a user