import { ROOT_ELEMENT_ID } from './constants' export function createIndexHtml(testFile: string): string { return ` Typed Test
` }