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

Function validSubCompHtml

packages/cli/src/utils/lintProject.test.ts:1042–1048  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1040 }
1041
1042 function validSubCompHtml(): string {
1043 return `<!doctype html><html><body>
1044 <div data-composition-id="scene-title" data-width="1920" data-height="1080">
1045 <div class="title">Hello</div>
1046 </div>
1047</body></html>`;
1048 }
1049
1050 // Shared assertion: lint a project referencing "compositions/scene-title.html"
1051 // (or a custom srcPath) and return the missing_or_empty_sub_composition

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected