fix: resolve pre-existing test failures in auth, steam, and auto-pin tests

This commit is contained in:
2026-05-25 19:20:54 +08:00
parent e44a85fe94
commit 86fc0c2999
5 changed files with 79 additions and 15 deletions
+3 -2
View File
@@ -12,8 +12,9 @@
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"db:seed": "bun run lib/db/seed.ts",
"test": "vitest run",
"test:watch": "vitest"
"test": "bun test --isolate",
"test:watch": "bun test --isolate --watch",
"test:ci": "vitest run"
},
"dependencies": {
"@aws-sdk/client-s3": "^3.1036.0",