| 1 | const { getFitboundsLonRange, unwrapLonRange, doesCrossAntiMeridian } = require('../../../src/lib/geo_location_utils'); |
| 2 | |
| 3 | describe('Test geo_location_utils.getFitboundsLonRange', () => { |
| 4 | it('returns the compact crossing range when point data straddles the antimeridian', () => { |
nothing calls this directly
no test coverage detected