()
| 24 | }) as never; |
| 25 | |
| 26 | const makeDeps = () => |
| 27 | ({ |
| 28 | editHistory: { recordEdit: vi.fn().mockResolvedValue(undefined) }, |
| 29 | writeProjectFile: vi.fn().mockResolvedValue(undefined), |
| 30 | reloadPreview: vi.fn(), |
| 31 | domEditSaveTimestampRef: { current: 0 }, |
| 32 | }) as never; |
| 33 | |
| 34 | describe("dark-launch gate — STUDIO_SDK_CUTOVER_ENABLED=false ⇒ persist returns false", () => { |
| 35 | it("sdkTimingPersist falls back without writing", async () => { |
no outgoing calls
no test coverage detected