UNPKG

@dhis2/gis-api

Version:

Maps API for DHIS2 based on Leaflet

11 lines (8 loc) 255 B
import L from 'leaflet'; import {Boundary} from '../Boundary'; describe('DHIS2 boundary layer', () => { it('should extend L.GeoJSON', () => { const boundary = new Boundary({}); expect(boundary).toBeInstanceOf(L.GeoJSON); }); });