1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-12 06:23:38 +00:00

removing commented code

This commit is contained in:
Tom
2024-12-09 14:55:41 -05:00
parent 13d46205ad
commit df170f24bd

View File

@@ -9,7 +9,7 @@ import { MemberCipherDetailsApiService } from "./member-cipher-details-api.servi
import { mockMemberCipherDetails } from "./member-cipher-details-api.service.spec";
import { PasswordHealthService } from "./password-health.service";
// TODO: Remove password-health report service after PR-15498 completion
// FIXME: Remove password-health report service after PR-15498 completion
describe("PasswordHealthService", () => {
let service: PasswordHealthService;
beforeEach(() => {