| 1 | import { beforeEach, describe, expect, it, vi } from "vitest"; |
| 2 | |
| 3 | // Simulates structured values collected by the formatter's property |
| 4 | // collector during formatting (Template Property Types). |
nothing calls this directly
no test coverage detected