Removed fdescribe in mapping-editor service file which was accidentally checked-in in the previous
checkin
Issue-ID: APPC-1064
Change-Id: I1151dda4881ba31198b176e14f9322d18126ab93
Signed-off-by: Arundathi <arundpil@in.ibm.com>
 import { inject, TestBed, ComponentFixture } from '@angular/core/testing';
 import { MappingEditorService } from './mapping-editor.service';
 
-fdescribe('MappingEditorService', () => {
+describe('MappingEditorService', () => {
     let service;
     beforeEach(() => {
         TestBed.configureTestingModule({