UNPKG

@dhis2/gis-api

Version:

Maps API for DHIS2 based on Leaflet

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