| 1 | import { describe, expect, it, vi } from "vitest"; |
| 2 | |
| 3 | // Dark-launch contract: with STUDIO_SDK_CUTOVER_ENABLED=false, EVERY cutover |
| 4 | // persist chokepoint must return false so the caller takes the legacy server |
nothing calls this directly
no test coverage detected