chore: refactor unit tests

This commit is contained in:
Aarnav Tale
2025-11-18 02:11:53 -05:00
parent afd512138b
commit 3d9b6370bf
6 changed files with 161 additions and 115 deletions
+2 -3
View File
@@ -10,8 +10,8 @@
"dev": "HEADPLANE_LOAD_ENV_OVERRIDES=true HEADPLANE_CONFIG_PATH=./config.example.yaml react-router dev",
"start": "node build/server/index.js",
"typecheck": "react-router typegen && tsgo",
"test": "vitest run",
"test:integration": "vitest run --mode integration",
"test:unit": "vitest run --project unit",
"test:integration": "vitest run --project integration",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
@@ -56,7 +56,6 @@
"drizzle-orm": "0.44.7",
"isbot": "5.1.32",
"jose": "6.1.2",
"js-yaml": "^4.1.1",
"lefthook": "^2.0.4",
"lucide-react": "^0.540.0",
"mime": "^4.1.0",