describe('TextOutputService', () => {
  beforeEach(() => {
    TestBed.configureTestingModule({
      providers: [TextOutputService]
    });