UNPKG

testeranto

Version:

the AI powered BDD test framework for typescript projects

17 lines (13 loc) 266 B
export default (jsfilePath, htmlFilePath, cssfilePath) => ` <!DOCTYPE html> <html lang="en"> <head> <script type="module" src="${jsfilePath}"></script> <link rel="stylesheet" href="${cssfilePath}"> </head> <body> <div id="root"> </div> </body> </html> `;