1
0
forked from rosa/hakurei

cmd/mbf: jstest: implement DSL and runner

This commit is contained in:
kat
2026-03-29 03:07:05 +11:00
parent 45205619ca
commit 61c24a5bfd
6 changed files with 267 additions and 13 deletions

View File

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