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

Function result

packages/studio/src/hooks/useGsapScriptCommits.test.tsx:37–39  ·  view source on GitHub ↗
(over: Partial<MutationResult> = {})

Source from the content-addressed store, hash-verified

35const FAKE_IFRAME = {} as HTMLIFrameElement;
36
37function result(over: Partial<MutationResult> = {}): MutationResult {
38 return { ok: true, scriptText: "tl.set('#a',{})", ...over };
39}
40
41describe("applyPreviewSync", () => {
42 beforeEach(() => {

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected