| 1 | import { LinearRing as GeometryLinearRing } from '../../../../src/common/commontypes/geometry/LinearRing'; |
| 2 | import { Point as GeometryPoint } from '../../../../src/common/commontypes/geometry/Point'; |
| 3 | |
| 4 | describe('LinearRing', function () { |
nothing calls this directly
no test coverage detected