mapbox / mapbox-gl-js-mock

A maybe-some-day-fully-featured mock for mapbox-gl-js
BSD 3-Clause "New" or "Revised" License
25 stars 33 forks source link

Implement/mock map.resize #21

Open alecf opened 6 years ago

alecf commented 6 years ago

map.resize() isn't implemented, would be nice to just call getBoundingClientRect on the container, and then mock out getBoundingClientRect in a way that it could be replaced by sinon or something.