feat(frontend): move fullSuffix management in a standalone file to simplify testing (#73)

- move `fullSuffix` into a standalone function
- setup `vitest` as test framework for frontend package
This commit is contained in:
Marco Pasqualetti
2026-02-11 11:21:50 +01:00
committed by GitHub
parent 668b0475f4
commit d6a08721c1
8 changed files with 574 additions and 116 deletions
+3
View File
@@ -46,6 +46,9 @@ jobs:
- name: Build frontend
run: pnpm --filter frontend run build
- name: Run frontend tests
run: pnpm --filter frontend run test
- name: Run backend tests
run: pnpm --filter github-readme-stats run test