1
0
forked from rosa/hakurei

cmd/mbf: jstest: implement DSL and runner

This commit is contained in:
kat
2026-03-29 03:07:05 +11:00
parent 45205619ca
commit 61c24a5bfd
6 changed files with 267 additions and 13 deletions

View File

@@ -2,5 +2,5 @@
// stuff attached. ui_full.go uses this as its project file.
{
"extends": "./tsconfig.json",
"exclude": ["jstest"],
"exclude": ["jstest", "all_tests.ts", "*_test.ts"],
}