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

Function nested

packages/cli/src/commands/keyframes.test.ts:51–52  ·  view source on GitHub ↗
(script: string)

Source from the content-addressed store, hash-verified

49
50describe("keyframes composed-ancestor surfacing (nested elements)", () => {
51 const nested = (script: string) =>
52 `<!doctype html><html><body><div id="root" data-composition-id="main" data-duration="4"><div id="stage"><div id="hero"><div id="core" class="clip"></div></div></div></div><script>${script}</script></body></html>`;
53
54 it("annotates a child tween with its animated ANCESTOR's motion", () => {
55 const html = nested(`

Callers 1

keyframes.test.tsFile · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected