feat: add initial unit tests for user service and configure bun test script.

This commit is contained in:
syntaxbullet
2025-12-19 10:59:06 +01:00
parent acaca46298
commit bdb8456f34
2 changed files with 101 additions and 1 deletions

View File

@@ -18,7 +18,8 @@
"db:push:local": "drizzle-kit push",
"dev": "bun --watch src/index.ts",
"db:studio": "drizzle-kit studio --host 0.0.0.0",
"studio:remote": "bash scripts/remote-studio.sh"
"studio:remote": "bash scripts/remote-studio.sh",
"test": "bun test"
},
"dependencies": {
"@napi-rs/canvas": "^0.1.84",