1
0
forked from rosa/hakurei

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 a2ef5d4ccb
commit 91a8bc4682
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());