]> git.proxmox.com Git - ceph.git/blame - ceph/src/pybind/mgr/dashboard/frontend/src/app/app.component.spec.ts
bump version to 18.2.4-pve3
[ceph.git] / ceph / src / pybind / mgr / dashboard / frontend / src / app / app.component.spec.ts
CommitLineData
f67539c2 1import { ComponentFixture, TestBed } from '@angular/core/testing';
11fdf7f2
TL
2import { RouterTestingModule } from '@angular/router/testing';
3
f67539c2 4import { configureTestBed } from '~/testing/unit-test-helper';
11fdf7f2 5import { AppComponent } from './app.component';
11fdf7f2
TL
6
7describe('AppComponent', () => {
8 let component: AppComponent;
9 let fixture: ComponentFixture<AppComponent>;
10
f67539c2
TL
11 configureTestBed({
12 declarations: [AppComponent],
13 imports: [RouterTestingModule]
14 });
11fdf7f2
TL
15
16 beforeEach(() => {
17 fixture = TestBed.createComponent(AppComponent);
18 component = fixture.componentInstance;
19 fixture.detectChanges();
20 });
21
22 it('should create', () => {
23 expect(component).toBeTruthy();
24 });
25});