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
+5
View File
@@ -0,0 +1,5 @@
export const mockUser = {
public_id: "123e4567-e89b-12d3-a456-426614174000",
email: "test@example.com",
full_name: "Test User",
};