X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=portal-FE-common%2Fsrc%2Fapp%2Fpages%2Fnotification-history%2Fnotification-history.component.spec.ts;h=68da263b25950565d270ba49a253ec1987f1ab85;hb=4c6f6a443cb2e6effa995e77d56689c1c2dab4ad;hp=6896359aa95cde3b3a63dc972eccef525738843d;hpb=728c55e4233b5f7e449f67dea4c4ca987da701b7;p=portal.git diff --git a/portal-FE-common/src/app/pages/notification-history/notification-history.component.spec.ts b/portal-FE-common/src/app/pages/notification-history/notification-history.component.spec.ts index 6896359a..68da263b 100644 --- a/portal-FE-common/src/app/pages/notification-history/notification-history.component.spec.ts +++ b/portal-FE-common/src/app/pages/notification-history/notification-history.component.spec.ts @@ -39,6 +39,9 @@ import { async, ComponentFixture, TestBed } from '@angular/core/testing'; import { NotificationHistoryComponent } from './notification-history.component'; +import { NgMaterialModule } from 'src/app/ng-material-module'; +import { HttpClientTestingModule } from '@angular/common/http/testing'; +import { BrowserAnimationsModule } from '@angular/platform-browser/animations'; describe('NotificationHistoryComponent', () => { let component: NotificationHistoryComponent; @@ -46,7 +49,8 @@ describe('NotificationHistoryComponent', () => { beforeEach(async(() => { TestBed.configureTestingModule({ - declarations: [ NotificationHistoryComponent ] + declarations: [ NotificationHistoryComponent ], + imports:[NgMaterialModule,HttpClientTestingModule,BrowserAnimationsModule] }) .compileComponents(); }));