mirror of
https://github.com/DerTyp7/street-map-typescript.git
synced 2025-11-02 06:32:30 +01:00
osrm service, ol geojson interface, ol service
This commit is contained in:
16
src/app/open-layers.service.spec.ts
Normal file
16
src/app/open-layers.service.spec.ts
Normal file
@@ -0,0 +1,16 @@
|
||||
import { TestBed } from '@angular/core/testing';
|
||||
|
||||
import { OpenLayersService } from './open-layers.service';
|
||||
|
||||
describe('OpenLayersService', () => {
|
||||
let service: OpenLayersService;
|
||||
|
||||
beforeEach(() => {
|
||||
TestBed.configureTestingModule({});
|
||||
service = TestBed.inject(OpenLayersService);
|
||||
});
|
||||
|
||||
it('should be created', () => {
|
||||
expect(service).toBeTruthy();
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user