fix: resolve pre-existing test failures in auth, steam, and auto-pin tests
This commit is contained in:
+3
-2
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user