fix: update vitest config (exclude .worktrees, revert package.json test scripts to vitest)

This commit is contained in:
2026-05-25 19:24:41 +08:00
parent 86fc0c2999
commit 2afee33fb0
2 changed files with 3 additions and 9 deletions
+2 -2
View File
@@ -12,8 +12,8 @@
"db:studio": "drizzle-kit studio",
"db:push": "drizzle-kit push",
"db:seed": "bun run lib/db/seed.ts",
"test": "bun test --isolate",
"test:watch": "bun test --isolate --watch",
"test": "vitest run",
"test:watch": "vitest",
"test:ci": "vitest run"
},
"dependencies": {