cmd/pkgserver: add JSON reporter to facilitate go test integration
This commit is contained in:
3
cmd/pkgserver/ui/static/go_test_entrypoint.ts
Normal file
3
cmd/pkgserver/ui/static/go_test_entrypoint.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
import "./all_tests.js";
|
||||
import { GoTestReporter, run } from "./test.js";
|
||||
run(new GoTestReporter());
|
||||
Reference in New Issue
Block a user