1
0
forked from rosa/hakurei

cmd/mbf: jstest: add DOM reporter

This commit is contained in:
kat
2026-03-29 01:48:59 +11:00
parent f664c50a7c
commit 908d86466e
4 changed files with 143 additions and 1 deletions

View File

@@ -6,6 +6,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:embed static
var _static embed.FS
var static = staticFS(_static)