summaryrefslogtreecommitdiff
path: root/apps/web/vitest.config.ts
Commit message (Collapse)AuthorAgeFilesLines
* feat: add vitest tests and GitHub Actions CIFuwn2026-02-101-0/+13
24 tests covering webhook URL validation (SSRF), API key generation/ hashing, and HTML sanitization. CI workflow runs lint, typecheck (build), and test on push/PR to main.