export const createDoc = () => `<html>
  <head>
    <title>mock</title>
  </head>
  <body>
    <div>hello</div>
  </body>
  </html>`;
