1
0
forked from rosa/hakurei

cmd/mbf: jstest: add basic CLI reporter

This commit is contained in:
kat
2026-03-29 01:34:50 +11:00
parent cb4b2706c0
commit d749d46bd1
7 changed files with 147 additions and 18 deletions

View File

@@ -0,0 +1,6 @@
// Project file for building just the pkgserver UI, with none of the testing
// stuff attached. ui_full.go uses this as its project file.
{
"extends": "./tsconfig.json",
"exclude": ["jstest"],
}