refactor: replace jest with vitest
CI / Check Dist (pull_request) Successful in 11s
CI / Test (pull_request) Successful in 12s
CI / Dry-Run Prerelease (pull_request) Successful in 8s
CI / Dry-Run (pull_request) Successful in 42s

This commit is contained in:
2026-07-18 07:45:57 +02:00
parent 4cb5e68dd7
commit 9763964007
6 changed files with 1135 additions and 4055 deletions
+4 -5
View File
@@ -5,20 +5,19 @@
"scripts": {
"typecheck": "tsc --noEmit",
"build": "rolldown -c",
"test": "jest",
"test": "vitest",
"format": "oxfmt --write src/**/*.ts"
},
"author": "Timo Behrendt <t.behrendt@t00n.de>",
"license": "MIT",
"devDependencies": {
"@types/conventional-commits-parser": "5.0.2",
"@types/jest": "30.0.0",
"@types/node": "24.13.2",
"jest": "30.4.2",
"@vitest/coverage-v8": "4.1.10",
"oxfmt": "0.59.0",
"rolldown": "1.2.0",
"ts-jest": "29.4.11",
"typescript": "5.9.3"
"typescript": "5.9.3",
"vitest": "4.1.10"
},
"dependencies": {
"@actions/core": "3.0.1",