| 1 | import { describe, expect, it, vi, beforeEach } from "vitest"; |
| 2 | import type { RenderJob, RenderPerfSummary } from "@hyperframes/producer"; |
| 3 | |
| 4 | // Mock `../telemetry/events.js` so we can capture trackRenderComplete / |
nothing calls this directly
no test coverage detected