1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-18 02:19:18 +00:00

Fix eslint issue

This commit is contained in:
Bernd Schoolmann
2026-02-17 11:09:18 +01:00
parent c2f99d85c7
commit 363a6cdfee

View File

@@ -3,6 +3,11 @@ import { BehaviorSubject, of } from "rxjs";
import { SdkService } from "@bitwarden/common/platform/abstractions/sdk/sdk.service";
import { DialogService } from "@bitwarden/components";
import {
AccountRecoveryTrustComponent,
EmergencyAccessTrustComponent,
KeyRotationTrustInfoComponent,
} from "@bitwarden/key-management-ui";
import { LogService } from "@bitwarden/logging";
import { UserId } from "@bitwarden/user-core";
@@ -48,11 +53,6 @@ jest.mock("@bitwarden/key-management-ui", () => ({
},
}));
import {
AccountRecoveryTrustComponent,
EmergencyAccessTrustComponent,
KeyRotationTrustInfoComponent,
} from "@bitwarden/key-management-ui";
describe("DefaultUserKeyRotationService", () => {
let service: DefaultUserKeyRotationService;