[CST-5535] remove fdescibe.

This commit is contained in:
Pratik Rajkotiya
2022-04-05 18:52:40 +05:30
parent 392d0e366d
commit d7c3a20f2a

View File

@@ -112,7 +112,7 @@ function getMockHealthDataService() {
}); });
} }
fdescribe('HealthComponent', () => { describe('HealthComponent', () => {
let component: HealthComponent; let component: HealthComponent;
let fixture: ComponentFixture<HealthComponent>; let fixture: ComponentFixture<HealthComponent>;