WIP: 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 7a2424f291
commit 183e64ed87
3 changed files with 77 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());