1
0
forked from rosa/hakurei
Files
hakurei/cmd/pkgserver/ui/static/go_test_entrypoint.ts

4 lines
109 B
TypeScript

import "./all_tests.js";
import { GoTestReporter, TESTS } from "./test.js";
TESTS.run(new GoTestReporter());