AlexAegis/loreplotter

View on GitHub
src/app/service/actor.service.spec.ts

Summary

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

import { ActorService } from './actor.service';

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

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