38e7b3ba63885e2259148f79aad1801e359487ec
[portal/sdk.git] /
1 import { async, ComponentFixture, TestBed } from '@angular/core/testing';
2
3 import { RunDashboardReportComponent } from './run-dashboard-report.component';
4
5 describe('RunDashboardReportComponent', () => {
6   let component: RunDashboardReportComponent;
7   let fixture: ComponentFixture<RunDashboardReportComponent>;
8
9   beforeEach(async(() => {
10     TestBed.configureTestingModule({
11       declarations: [ RunDashboardReportComponent ]
12     })
13     .compileComponents();
14   }));
15
16   beforeEach(() => {
17     fixture = TestBed.createComponent(RunDashboardReportComponent);
18     component = fixture.componentInstance;
19     fixture.detectChanges();
20   });
21
22   it('should create', () => {
23     expect(component).toBeTruthy();
24   });
25 });