summaryrefslogtreecommitdiffstats
path: root/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts
diff options
context:
space:
mode:
authorjz385p <jegadeesh.babu@att.com>2020-01-30 19:36:10 +0530
committerJegadeesh Babu <jegadeesh.babu@att.com>2020-01-30 14:15:26 +0000
commit46c63acfdb4bfa54c5f2a6eb42d80e5dd853488a (patch)
tree412e963aee774ed614417291022810e034b1f24a /portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts
parente08934d7ee33d6a22ce746e6e9a2270d87115345 (diff)
Angular upgrade - Dynamic widget,widget catalog
Angular upgrade Issue-ID: PORTAL-815 Change-Id: If3db891f2d02efa1d86b71198de97a322ddd0cfa Signed-off-by: jz385p <jegadeesh.babu@att.com>
Diffstat (limited to 'portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts')
-rw-r--r--portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts25
1 files changed, 25 insertions, 0 deletions
diff --git a/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts b/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts
new file mode 100644
index 00000000..83de0040
--- /dev/null
+++ b/portal-FE-common/src/app/pages/widget-catalog/widget-catalog.component.spec.ts
@@ -0,0 +1,25 @@
+import { async, ComponentFixture, TestBed } from '@angular/core/testing';
+
+import { WidgetCatalogComponent } from './widget-catalog.component';
+
+describe('WidgetCatalogComponent', () => {
+ let component: WidgetCatalogComponent;
+ let fixture: ComponentFixture<WidgetCatalogComponent>;
+
+ beforeEach(async(() => {
+ TestBed.configureTestingModule({
+ declarations: [ WidgetCatalogComponent ]
+ })
+ .compileComponents();
+ }));
+
+ beforeEach(() => {
+ fixture = TestBed.createComponent(WidgetCatalogComponent);
+ component = fixture.componentInstance;
+ fixture.detectChanges();
+ });
+
+ it('should create', () => {
+ expect(component).toBeTruthy();
+ });
+});