AlexAegis/loreplotter

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

Summary

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

import { LoreService } from './lore.service';

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

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