1
0
forked from rosa/hakurei

cmd/mbf: jstest: implement skipping from DSL

This commit is contained in:
kat
2026-03-29 04:27:14 +11:00
parent 4c8a824e0b
commit 262f1ec663
11 changed files with 270 additions and 34 deletions

View File

@@ -7,6 +7,7 @@ import "embed"
//go:generate tsc -p tsconfig.test.json
//go:generate cp index.html style.css favicon.ico static
//go:generate cp jstest/index.html jstest/style.css static/jstest
//go:generate sh -c "cp jstest/*.svg static/jstest"
//go:embed static
var _static embed.FS
var static = staticFS(_static)