mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
trying to fix tests
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user