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

Function templateCompositionWithHead

packages/lint/src/rules/core.test.ts:65–77  ·  view source on GitHub ↗
(headContent: string)

Source from the content-addressed store, hash-verified

63}
64
65function templateCompositionWithHead(headContent: string): string {
66 return `
67<template>
68 <html>
69 <head>
70${headContent}
71 </head>
72 <body>
73 <div data-composition-id="c1" data-width="1920" data-height="1080"></div>
74 </body>
75 </html>
76</template>`;
77}
78
79describe("core rules", () => {
80 it("reports error when root is missing data-composition-id", async () => {

Callers 1

core.test.tsFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected