diff --git a/package.json b/package.json index c01ceb5..e1a4b75 100644 --- a/package.json +++ b/package.json @@ -10,7 +10,7 @@ "build": "tsc -p tsconfig.json", "vercel-build": "echo \"Hello\"", "prepare": "husky install", - "test": "jest", + "test": "vitest run --config vitest.config.ts", "healthcheck": "curl -f http://localhost:4000/health" }, "repository": { @@ -50,6 +50,7 @@ "jest": "^29.6.2", "ts-jest": "^29.1.1", "tsx": "^4.2.0", - "typescript": "^5.3.2" + "typescript": "^5.3.2", + "vitest": "^1.1.3" } } \ No newline at end of file