feat: implement esting suite using Vitest and add to ci

This commit is contained in:
Your Name
2026-04-12 13:38:40 +05:30
parent b5eaf8f476
commit 118a73d4aa
10 changed files with 287 additions and 21 deletions
+2
View File
@@ -26,6 +26,8 @@ jobs:
run: bun run check
- name: Type Check & Build
run: bun run build
- name: Run Unit Tests
run: bun run test
backend:
name: Backend CI