()
| 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 |