| 1 | import { describe, expect, it } from 'vitest'; |
| 2 | import * as THREE from 'three'; |
| 3 | import { createIdentityEuler } from '../../utils/sim3dTransforms'; |
| 4 | import type { SelectedPoint } from '../../store/stores/pointPickingStore'; |
nothing calls this directly
no test coverage detected