1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-09 21:20:27 +00:00

removed test (based on vault-v2 which is missing a test)

This commit is contained in:
Leslie Xiong
2025-12-01 18:48:20 -05:00
parent bf8a69672b
commit 77bd7b61ee

View File

@@ -1,22 +0,0 @@
import { ComponentFixture, TestBed } from "@angular/core/testing";
import { VaultComponent } from "./vault.component";
describe("VaultComponent", () => {
let component: VaultComponent;
let fixture: ComponentFixture<VaultComponent>;
beforeEach(async () => {
await TestBed.configureTestingModule({
imports: [VaultComponent],
}).compileComponents();
fixture = TestBed.createComponent(VaultComponent);
component = fixture.componentInstance;
fixture.detectChanges();
});
it("creates component", () => {
expect(component).toBeTruthy();
});
});