UNPKG

dhis2-maps-api

Version:

Maps API for DHIS2 based on Leaflet

11 lines (8 loc) 253 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); }); });