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 e0f32ead04
commit 877be3308e
4 changed files with 94 additions and 16 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>