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

@@ -1,3 +1,3 @@
import "./all_tests.js";
import { GoTestReporter, run } from "./test.js";
run(new GoTestReporter());
import { GoTestReporter, TESTS } from "./test.js";
TESTS.run(new GoTestReporter());