WIP: Add client unit testing #74

Draft
luca0N wants to merge 2 commits from dev_client_tests into dev
Owner
No description provided.
luca0N self-assigned this 2026-05-20 23:45:40 +00:00
Switch to `vitest' for unit testing in the web app project, the default
unit test package provided for new Angular projects.
Add missing `@angular/localize' reference that caused issues when
running unit tests in the web app Angular project.
luca0N changed title from Add client unit testing to WIP: Add client unit testing 2026-06-05 11:19:16 +00:00
This pull request is marked as a work in progress.
This branch is out-of-date with the base branch
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin dev_client_tests:dev_client_tests
git switch dev_client_tests

Merge

Merge the changes and update on Forgejo.
git switch dev
git merge --no-ff dev_client_tests
git switch dev_client_tests
git rebase dev
git switch dev
git merge --ff-only dev_client_tests
git switch dev_client_tests
git rebase dev
git switch dev
git merge --no-ff dev_client_tests
git switch dev
git merge --squash dev_client_tests
git switch dev
git merge --ff-only dev_client_tests
git switch dev
git merge dev_client_tests
git push origin dev
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Blocks
#11 Add tests
luca0N/lanbassador
Reference
luca0N/lanbassador!74
No description provided.