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
+1 -1
View File
@@ -12,5 +12,5 @@ export default defineConfig(({ mode }) => {
port: Number(env.FRONTEND_PORT),
host: env.FRONTEND_DOMAIN,
},
}
};
});