mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
chore: refactor unit tests
This commit is contained in:
+2
-3
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user