FarmMapsLib/projects/common-map/src/lib/common-map.service.spec.ts
Willem Dantuma 6f28561303
All checks were successful
FarmMaps.Develop/FarmMapsLib/develop This commit looks good
Export more types, add stub for common-map library
2019-07-17 11:51:14 +02:00

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();
});
});