test: add docker and proc e2e testing

This commit is contained in:
Aarnav Tale
2026-03-19 12:06:14 -04:00
parent 7403ebea06
commit 246bb90ef0
14 changed files with 488 additions and 276 deletions
+2 -2
View File
@@ -11,7 +11,7 @@
"start": "node build/server/index.js",
"typecheck": "react-router typegen && tsgo",
"test:unit": "vitest run --project unit",
"test:integration": "vitest run --project integration",
"test:integration": "vitest run --project integration:*",
"docs:dev": "vitepress dev docs",
"docs:build": "vitepress build docs",
"docs:preview": "vitepress preview docs",
@@ -87,7 +87,7 @@
"typescript": "^5.9.3",
"vite": "^8.0.0",
"vitepress": "next",
"vitest": "^4.0.18"
"vitest": "^4.1.0"
},
"engines": {
"node": ">=24.2 <25",