// test/hello.jsx import {h} from 'https://unpkg.com/preact@10.5.13/dist/preact.module.js' import render from 'https://unpkg.com/preact-render-to-string@5.1.19/dist/index.module.js?module' let app =

Hello, world!

let html = render(app) console.log('expected: %s', '

Hello, world!

') console.log('actual: %s', html)