cmd/pkgserver: allow non-global JS test suites
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
import "./all_tests.js";
|
||||
import { GoTestReporter, run } from "./test.js";
|
||||
run(new GoTestReporter());
|
||||
import { GoTestReporter, TESTS } from "./test.js";
|
||||
TESTS.run(new GoTestReporter());
|
||||
|
||||
Reference in New Issue
Block a user