1
0
forked from rosa/hakurei

cmd/pkgserver: allow non-global JS test suites

This commit is contained in:
Kat
2026-03-20 20:00:54 +11:00
parent 0a647a0fff
commit 246641892d
5 changed files with 96 additions and 18 deletions

View File

@@ -20,8 +20,8 @@
<script type="module">
import "./static/all_tests.js";
import { DOMReporter, run } from "./static/test.js";
run(new DOMReporter());
import { DOMReporter, TESTS } from "./static/test.js";
TESTS.run(new DOMReporter());
</script>
</main>
</body>