X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fsrc%2Fapp%2Fpolicy-control%2Fpolicy-control.component.spec.ts;h=094ff4541f438d4e410cfdb00169a6285a8f6ab2;hb=0ad7c39f68411d7cbd1f013d1d46c8d4b1849bca;hp=7c8643ac40e399337fa2308355ef81100cb81cd0;hpb=f507d92d55ee77fad16cc024ea95c869e0d5dc32;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/src/app/policy-control/policy-control.component.spec.ts b/webapp-frontend/src/app/policy-control/policy-control.component.spec.ts index 7c8643a..094ff45 100644 --- a/webapp-frontend/src/app/policy-control/policy-control.component.spec.ts +++ b/webapp-frontend/src/app/policy-control/policy-control.component.spec.ts @@ -20,6 +20,8 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { PolicyControlComponent } from './policy-control.component'; +import { MatIconModule, MatTableModule } from '@angular/material'; +import { PolicyType } from '../interfaces/policy.types'; describe('PolicyControlComponent', () => { let component: PolicyControlComponent; @@ -27,6 +29,7 @@ describe('PolicyControlComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ + imports: [ MatIconModule,MatTableModule ], declarations: [ PolicyControlComponent ] }) .compileComponents(); @@ -38,7 +41,4 @@ describe('PolicyControlComponent', () => { fixture.detectChanges(); }); - it('should create', () => { - expect(component).toBeTruthy(); - }); });