UNPKG

maplibre-gl

Version:

BSD licensed community fork of mapbox-gl, a WebGL interactive maps library

8 lines (6 loc) 177 B
import maplibre from './index'; describe('maplibre', () => { test('workerCount', () => { expect(typeof maplibre.workerCount === 'number').toBeTruthy(); }); });