1 import { TestBed } from '@angular/core/testing';
3 import { DefinitionService } from './definition.service';
5 describe('DefinitionServiceService', () => {
6 beforeEach(() => TestBed.configureTestingModule({}));
8 it('should be created', () => {
9 const service: DefinitionService = TestBed.get(DefinitionService);
10 expect(service).toBeTruthy();