test(test): added in vitest to start doing more testing before deploying

This commit is contained in:
2026-06-01 14:21:19 -05:00
parent da87e2e1d3
commit e6b92aeb10
7 changed files with 1433 additions and 79 deletions

View File

@@ -5,6 +5,7 @@
"main": "index.js",
"scripts": {
"test": "dotenvx run -f .env -- vitest",
"test:run": "dotenvx run -f .env -- vitest run",
"dev": "concurrently -n \"server,frontend\" -c \"#007755, #1F73D1\" \"npm run dev:app\" \"npm run dev:frontend\"",
"dev:app": "dotenvx run -f .env -- tsx watch backend/server.ts",
"dev:frontend": "cd frontend && npm run dev",
@@ -59,9 +60,11 @@
"cz-conventional-changelog": "^3.3.0",
"npm-check-updates": "^19.6.5",
"openapi-types": "^12.1.3",
"supertest": "^7.2.2",
"ts-node-dev": "^2.0.0",
"tsx": "^4.21.0",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^4.1.8"
},
"dependencies": {
"@dotenvx/dotenvx": "^1.57.0",