| 1 | import { extentToResolutions } from '../../../src/common/iServer/InitMapServiceBase'; |
| 2 | |
| 3 | describe('extentToResolutions', () => { |
| 4 | it('should calculate resolutions for a given bounding box', () => { |
nothing calls this directly
no test coverage detected