Run UI unit tests in CI (#25792)
This commit is contained in:
parent
6b852774e1
commit
ca2411d332
4 changed files with 53 additions and 7 deletions
|
|
@ -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"
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue