1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-07 20:24:01 +00:00

new unit tests in wrong place

This commit is contained in:
Maciej Zieniuk
2025-03-27 18:25:24 +00:00
parent 74f4b54676
commit 77a880d8ba
2 changed files with 2 additions and 1 deletions

View File

@@ -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", () => {