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