UNPKG

dhis2-maps-api

Version:

Maps API for DHIS2 based on Leaflet

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