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

@@ -48,6 +48,7 @@ For code changes, run:
```bash
npx tsc --noEmit
npm run format:check
npm test
```
Run `npm run build` when changes affect routes, config, build, deploy, env vars, or dependencies.