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