feat: add initial unit tests for user service and configure bun test script.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user