1
0
forked from rosa/hakurei

cmd/mbf: jstest: add JSON reporter for go test integration

This commit is contained in:
kat
2026-03-29 04:01:48 +11:00
parent 61c24a5bfd
commit 4c8a824e0b
3 changed files with 65 additions and 0 deletions

View File

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