mapbox / mapbox-gl-directions

Directions plugin for mapbox-gl-js using Mapbox Directions API.
https://mapbox.com/mapbox-gl-js/example/mapbox-gl-directions/
ISC License
235 stars 124 forks source link

Integrate mbx-ci with mapbox-gl-directions #280

Closed avpeery closed 2 years ago

avpeery commented 2 years ago

This PR integrates mbx-cli with mapbox-gl-directions in order to pass circleci and does some cleaning up/formatting of the .circleci/config.yml file. Had to add in a check for request.responseText in src/actions/index.js to pass unit tests.