forked from rosa/hakurei
4 lines
132 B
TypeScript
4 lines
132 B
TypeScript
import "../all_tests.js";
|
|
import { GoTestReporter, GLOBAL_REGISTRAR } from "./test.js";
|
|
GLOBAL_REGISTRAR.run(new GoTestReporter());
|