kamiazya/ngx-speech-synthesis

View on GitHub
projects/speech-synthesis/src/lib/services/speech-synthesis-utterance-factory.service.spec.ts

Summary

Maintainability
A
2 hrs
Test Coverage
import { TestBed } from '@angular/core/testing';

import { SpeechSynthesisUtteranceFactoryService } from './speech-synthesis-utterance-factory.service';

describe('SpeechSynthesisUtteranceFactoryService', () => {
  beforeEach(() => TestBed.configureTestingModule({}));

  it('should be created', () => {
    const service: SpeechSynthesisUtteranceFactoryService = TestBed.get(SpeechSynthesisUtteranceFactoryService);
    expect(service).toBeTruthy();
  });
});