| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import type { ColmapManifest } from './types/manifest'; |
| 3 | import type { DecodedShareData, ShareConfig } from './utils/shareDataCodec'; |
| 4 | import { |
nothing calls this directly
no test coverage detected