AlexAegis/loreplotter

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

Summary

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

import { BlockService } from '@lore/service/block.service';

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

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