1
0
forked from rosa/hakurei

cmd/pkgserver: relocate JS tests (TODO: rebase into parents)

This commit is contained in:
Kat
2026-03-20 03:50:10 +11:00
parent 5f4231514d
commit ad09cbdd9e
20 changed files with 128 additions and 37 deletions

View File

@@ -0,0 +1,3 @@
import "../all_tests.js";
import { GoTestReporter, TESTS } from "./test.js";
TESTS.run(new GoTestReporter());