fix test:integration

This commit is contained in:
root
2026-05-21 15:11:01 -04:00
parent c1eff5259e
commit 159d89524d
+2
View File
@@ -11,8 +11,10 @@
"pretype-check": "npm run build --workspace @rentaldrivego/types",
"start": "node dist/index.js",
"type-check": "tsc --noEmit",
"pretest": "npm run build --workspace @rentaldrivego/types",
"test": "vitest run",
"test:watch": "vitest",
"pretest:integration": "npm run build --workspace @rentaldrivego/types",
"test:integration": "vitest run --config vitest.integration.config.ts",
"test:integration:watch": "vitest --config vitest.integration.config.ts"
},