| 1 | import { describe, expect, it } from "vitest"; |
| 2 | import { calculateArrowOffset, calculateArrowTarget, resolveArrowSide } from "../src/position"; |
| 3 | |
| 4 | // These cover the pure geometry directly, without a DOM or the driver harness. |
nothing calls this directly
no test coverage detected