Run UI unit tests in CI (#25792)

This commit is contained in:
Luke Parker
2026-05-05 11:05:53 +10:00
committed by GitHub
parent 6b852774e1
commit ca2411d332
4 changed files with 53 additions and 7 deletions

View File

@@ -25,6 +25,8 @@
},
"scripts": {
"typecheck": "tsgo --noEmit",
"test": "bun test src",
"test:ci": "mkdir -p .artifacts/unit && bun test src --reporter=junit --reporter-outfile=.artifacts/unit/junit.xml",
"dev": "vite",
"generate:tailwind": "bun run script/tailwind.ts"
},