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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user