1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-16 08:13:42 +00:00

trying to fix tests

This commit is contained in:
--global
2025-01-07 15:49:01 -05:00
parent 1258ea2e79
commit c3442d6d6d

View File

@@ -12,7 +12,6 @@ import { SyncService } from "@bitwarden/common/vault/abstractions/sync/sync.serv
import { DialogService } from "@bitwarden/components";
import { CipherFormConfigService, PasswordRepromptService } from "@bitwarden/vault";
import { CipherReportComponent } from "./cipher-report.component";
import { InactiveTwoFactorReportComponent } from "./inactive-two-factor-report.component";
import { cipherData } from "./reports-ciphers.mock";
@@ -64,10 +63,6 @@ describe("InactiveTwoFactorReportComponent", () => {
provide: CipherFormConfigService,
useValue: cipherFormConfigServiceMock,
},
{
provide: CipherReportComponent,
useValue: mock<CipherReportComponent>(),
},
],
schemas: [],
}).compileComponents();