Skip to content

Commit 6c6229a

Browse files
refactor: remove unused import of afterEach in authenticationManager tests
1 parent 2c7db9d commit 6c6229a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

__tests__/unit/authenticationManager.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { describe, it, expect, beforeEach, vi, afterEach } from 'vitest';
1+
import { describe, it, expect, beforeEach, vi } from 'vitest';
22
import { AuthenticationManager, AuthenticationOptions } from '../../src/authenticationManager';
33
import * as openidClient from 'openid-client';
44
import * as jwtDecodeModule from 'jwt-decode';

0 commit comments

Comments
 (0)