1
0
forked from rosa/hakurei

cmd/pkgserver/ui_test: implement skipping from DSL

This commit is contained in:
Kat
2026-03-29 04:27:14 +11:00
parent e25a8dbc5c
commit 4f8dec2dc7
11 changed files with 270 additions and 34 deletions

View File

@@ -11,6 +11,7 @@ import (
//go:generate tsc -p ui_test
//go:generate cp ui_test/lib/ui.css ui_test/static/style.css
//go:generate cp ui_test/lib/ui.html ui_test/static/index.html
//go:generate sh -c "cd ui_test/lib && cp *.svg ../static/"
//go:embed ui_test/static
var _staticTest embed.FS