Add unit tests for clients, AI, and email services

This commit is contained in:
2026-01-27 18:30:05 +00:00
parent e1f35db34f
commit f9643235be
4 changed files with 363 additions and 0 deletions

View File

@@ -7,6 +7,8 @@
"scripts": {
"dev": "bun run --watch src/index.ts",
"start": "bun run src/index.ts",
"test": "bun test",
"test:watch": "bun test --watch",
"db:generate": "drizzle-kit generate",
"db:migrate": "drizzle-kit migrate",
"db:push": "drizzle-kit push",