import { TestBed } from '@angular/core/testing'; import { StaticTextControlService } from './text.component.service'; describe('StaticTextControlService', () => { beforeEach(() => TestBed.configureTestingModule({})); it('should be created', () => { const service: StaticTextControlService = TestBed.get(StaticTextControlService); expect(service).toBeTruthy(); }); });