build(fc2c-i): add Vitest harness and run it in CI

This commit is contained in:
2026-05-15 21:09:52 -04:00
parent 681d7777f3
commit 6bc7689f6e
3 changed files with 13 additions and 1 deletions
+1
View File
@@ -55,4 +55,5 @@ jobs:
# with no .ts files and no JSDoc annotations, so vue-tsc has nothing
# to type-check. Re-enable once we add a tsconfig.json and either
# convert to TS or add JSDoc.
- run: npm run test:unit
- run: npm run build