| 1 | // Test table service functionality with distance/duration matrices |
| 2 | import flatbuffers from 'flatbuffers'; |
| 3 | import test from 'tape'; |
| 4 | import { OSRM, FBResult, data_path, mld_data_path, three_test_coordinates, two_test_coordinates } from './constants.js'; |
nothing calls this directly
no test coverage detected