nycJSorg/angular-presentation

View on GitHub
apps/kirjs/src/app/modules/regex/live/live.service.spec.ts

Summary

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

import { LiveService } from './live.service';

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

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