perliedman / leaflet-routing-machine

Control for routing in Leaflet
https://www.liedman.net/leaflet-routing-machine/
Other
1.06k stars 347 forks source link

test: Migrate and fix tests to jest #649

Closed curtisy1 closed 2 years ago

curtisy1 commented 2 years ago

Back from my Christmas, New Year and January break with a minor change.

This fixes up test compatibility with Typescript. I had to disable the OSRM test since it currently relies on fetch and I want to avoid mocking it (for now, at least).