build: update test script & add vitest pkg
This commit is contained in:
+3
-2
@@ -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"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user