diff options
| author | Ritesh Ghosh <[email protected]> | 2024-01-07 17:24:49 +0530 |
|---|---|---|
| committer | Ritesh Ghosh <[email protected]> | 2024-01-07 17:24:49 +0530 |
| commit | d4cdbba51c4dab8109fbb78222877a0aa8394096 (patch) | |
| tree | 27d3da0776c48d06e9a87013bfe177cade7bca4e /package.json | |
| parent | 4cf9c57a65a0b62706e8ac8cef05f34636319820 (diff) | |
| download | aniwatch-api-d4cdbba51c4dab8109fbb78222877a0aa8394096.tar.xz aniwatch-api-d4cdbba51c4dab8109fbb78222877a0aa8394096.zip | |
build: update `test` script & add vitest pkg
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 5 |
1 files changed, 3 insertions, 2 deletions
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 |
