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