X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=portal-FE-common%2Fsrc%2Fapp%2Fpages%2Fcontact-us%2Fcontact-us.component.spec.ts;h=6b38cbd53fa5893fec6c6b109a15b33b272c993d;hb=4c6f6a443cb2e6effa995e77d56689c1c2dab4ad;hp=db77e07863ca203e8bf5d8d78a02ca6252b4180b;hpb=a03dfa273ef6e196bf65acc54b9357d35eb0ed5e;p=portal.git diff --git a/portal-FE-common/src/app/pages/contact-us/contact-us.component.spec.ts b/portal-FE-common/src/app/pages/contact-us/contact-us.component.spec.ts index db77e078..6b38cbd5 100644 --- a/portal-FE-common/src/app/pages/contact-us/contact-us.component.spec.ts +++ b/portal-FE-common/src/app/pages/contact-us/contact-us.component.spec.ts @@ -39,6 +39,8 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { ContactUsComponent } from './contact-us.component'; +import { NgMaterialModule } from 'src/app/ng-material-module'; +import { HttpClientTestingModule } from '@angular/common/http/testing'; describe('ContactUsComponent', () => { let component: ContactUsComponent; @@ -46,7 +48,8 @@ describe('ContactUsComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ ContactUsComponent ] + declarations: [ ContactUsComponent ], + imports: [NgMaterialModule,HttpClientTestingModule] }) .compileComponents(); }));