From 0e5c78cec1e1b1ce4d1f6488f6264ca1daffef58 Mon Sep 17 00:00:00 2001 From: shaaban Altanany Date: Mon, 20 Jan 2020 12:46:24 +0200 Subject: fixining compilation in unit testing add unit test for package-header.component Issue-ID: CCSDK-2032 Change-Id: I459ee690b84ae7eb7a852c6dc65fe1702fb6bf4a Signed-off-by: shaaban Altanany --- .../packages/packages-dashboard/packages-dahsboard.component.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts') diff --git a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts index fe156b6cb..2222a07c6 100644 --- a/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts +++ b/cds-ui/designer-client/src/app/modules/feature-modules/packages/packages-dashboard/packages-dahsboard.component.spec.ts @@ -37,7 +37,7 @@ describe('PackagesDashboardComponent', () => { component = fixture.componentInstance; })); - fit('should create', () => { + it('should create', () => { fixture.detectChanges(); expect(component).toBeTruthy(); }); -- cgit 1.2.3-korg