| 1 | import { describe, expect, it, vi, beforeEach } from "vitest"; |
| 2 | |
| 3 | // CLI → Studio telemetry identity seeding (Layer 1). Verifies the server only |
| 4 | // hands the browser a distinct id when CLI telemetry is enabled, and passes |
nothing calls this directly
no test coverage detected