From 77a880d8bae3dacc3322c26571ef83a461c5fd5c Mon Sep 17 00:00:00 2001 From: Maciej Zieniuk Date: Thu, 27 Mar 2025 18:25:24 +0000 Subject: [PATCH] new unit tests in wrong place --- .../convert-to-key-connector.command.spec.ts | 0 .../src/key-connector}/remove-password.component.spec.ts | 3 ++- 2 files changed, 2 insertions(+), 1 deletion(-) rename apps/cli/src/{commands => key-management}/convert-to-key-connector.command.spec.ts (100%) rename libs/{angular/src/auth/components => key-management-ui/src/key-connector}/remove-password.component.spec.ts (99%) diff --git a/apps/cli/src/commands/convert-to-key-connector.command.spec.ts b/apps/cli/src/key-management/convert-to-key-connector.command.spec.ts similarity index 100% rename from apps/cli/src/commands/convert-to-key-connector.command.spec.ts rename to apps/cli/src/key-management/convert-to-key-connector.command.spec.ts diff --git a/libs/angular/src/auth/components/remove-password.component.spec.ts b/libs/key-management-ui/src/key-connector/remove-password.component.spec.ts similarity index 99% rename from libs/angular/src/auth/components/remove-password.component.spec.ts rename to libs/key-management-ui/src/key-connector/remove-password.component.spec.ts index 4c4f8299659..3bedf86c444 100644 --- a/libs/angular/src/auth/components/remove-password.component.spec.ts +++ b/libs/key-management-ui/src/key-connector/remove-password.component.spec.ts @@ -8,10 +8,11 @@ import { ErrorResponse } from "@bitwarden/common/models/response/error.response" import { I18nService } from "@bitwarden/common/platform/abstractions/i18n.service"; import { LogService } from "@bitwarden/common/platform/abstractions/log.service"; import { SyncService } from "@bitwarden/common/platform/sync"; -import { mockAccountServiceWith } from "@bitwarden/common/spec"; import { UserId } from "@bitwarden/common/types/guid"; import { DialogService, ToastService } from "@bitwarden/components"; +import { mockAccountServiceWith } from "../../../common/spec"; + import { RemovePasswordComponent } from "./remove-password.component"; describe("RemovePasswordComponent", () => {