1
0
forked from rosa/hakurei

cmd/pkgserver: implement JS test DSL and runner

This commit is contained in:
Kat
2026-03-14 20:52:28 +11:00
parent e0d3748886
commit 6bc11098b1
6 changed files with 176 additions and 11 deletions

View File

@@ -18,7 +18,11 @@
<div id="root">
</div>
<script type="module" src="./static/test.js"></script>
<script type="module" src="./static/all_tests.js"></script>
<script type="module">
import { DOMReporter, run } from "./static/test.js";
run(new DOMReporter());
</script>
</main>
</body>
</html>