cmd/pkgserver: allow non-global js test suites
This commit is contained in:
@@ -3,5 +3,5 @@
|
||||
// provides faster iteration, especially for those acclimated to test-driven
|
||||
// development.
|
||||
import "./all_tests.js";
|
||||
import { StreamReporter, run } from "./test.js";
|
||||
run(new StreamReporter({ writeln: console.log }));
|
||||
import { StreamReporter, TESTS } from "./test.js";
|
||||
TESTS.run(new StreamReporter({ writeln: console.log }));
|
||||
|
||||
Reference in New Issue
Block a user