MCPcopy Create free account
hub / github.com/heygen-com/hyperframes / makeSession

Function makeSession

packages/studio/src/utils/sdkCutover.gate.test.ts:17–24  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

15import { sdkTimingPersist, sdkGsapTweenPersist, sdkDeletePersist } from "./sdkCutover";
16
17const makeSession = () =>
18 ({
19 getElement: () => ({ inlineStyles: {} }),
20 serialize: () => "<html></html>",
21 batch: (fn: () => void) => fn(),
22 setTiming: vi.fn(),
23 dispatch: vi.fn(),
24 }) as never;
25
26const makeDeps = () =>
27 ({

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected