| 1 | // Test route service functionality with turn-by-turn directions |
| 2 | import flatbuffers from 'flatbuffers'; |
| 3 | import test from 'tape'; |
| 4 | import { OSRM, FBResult, data_path as monaco_path, mld_data_path as monaco_mld_path, three_test_coordinates, two_test_coordinates } from './constants.js'; |
nothing calls this directly
no test coverage detected