cmd/pkgserver: add JSON reporter to facilitate go test integration

This commit is contained in:
Kat
2026-03-20 02:28:43 +11:00
parent 6da5d5a58a
commit ad49e4538b
2 changed files with 37 additions and 0 deletions

View File

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