1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-10 21:50:15 +00:00

Fix build

This commit is contained in:
Bernd Schoolmann
2025-02-05 18:05:43 +01:00
parent 77fa885de4
commit 0ac616bfbd

View File

@@ -47,17 +47,14 @@ describe("KeyRotationService", () => {
let mockResetPasswordService: MockProxy<OrganizationUserResetPasswordService>;
let mockDeviceTrustService: MockProxy<DeviceTrustServiceAbstraction>;
let mockKeyService: MockProxy<KeyService>;
let mock
: MockProxy<EncryptService>;
let mockEncryptService: MockProxy<EncryptService>;
let mockConfigService: MockProxy<ConfigService>;
let mockSyncService: MockProxy<SyncService>;
let mockWebauthnLoginAdminService: MockProxy<WebauthnLoginAdminService>;
let mockLogService: MockProxy<LogService>;
let mockVaultTimeoutService: MockProxy<VaultTimeoutService>;
let mockToastService: MockProxy<ToastService>;
let mock
Service: MockProxy<I18nService>;
let mockI18nService: MockProxy<I18nService>;
const mockUser = {
id: "mockUserId" as UserId,