1
0
forked from rosa/hakurei

cmd/pkgserver/ui_test: add JSON reporter for go test integration

This commit is contained in:
Kat
2026-03-29 04:01:48 +11:00
parent 0ddae23eda
commit 514f268c8c
3 changed files with 60 additions and 0 deletions

View File

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