test: add frontend test suite
Some checks failed
Deploy to Frontend Servers / deploy (push) Failing after 43s

This commit is contained in:
TerryM
2026-05-16 18:21:37 +08:00
parent f59d1e8e2a
commit a29ec8ed92
17 changed files with 1624 additions and 12 deletions

View File

@@ -22,6 +22,9 @@ jobs:
- name: Format check
run: npm run format:check
- name: Test
run: npm test
- name: Build
run: npm run build
env: