FarmMapsLib/projects/common-map/src/lib/common-map.service.spec.ts

13 lines
349 B
TypeScript

import { TestBed } from '@angular/core/testing';
import { CommonMapService } from './common-map.service';
describe('CommonMapService', () => {
beforeEach(() => TestBed.configureTestingModule({}));
it('should be created', () => {
const service: CommonMapService = TestBed.get(CommonMapService);
expect(service).toBeTruthy();
});
});