This commit is contained in:
nasir@endelospay.com
2025-07-12 01:59:18 +05:00
parent 83ae2dfb68
commit 728ff90ce5
17 changed files with 1522 additions and 596 deletions

View File

@@ -28,9 +28,9 @@ export class AuthMockManager {
refreshToken: jest.fn(),
logout: jest.fn(),
validateAllCredentials: jest.fn(),
getCacheStats: jest.fn(),
getTokenStats: jest.fn(),
credentials: {},
tokenCache: new Map(),
tokens: new Map(),
};
// Setup method implementations