Add vitest and unit coverage for provider helpers

This commit is contained in:
Peter Steinberger
2025-11-24 17:23:59 +01:00
parent 3c8a105165
commit 657188a7e2
3 changed files with 42 additions and 5 deletions

View File

@@ -20,7 +20,7 @@
"lint:fix": "biome check --write src",
"format": "biome format src",
"format:fix": "biome format src --write",
"test": "echo \"No tests yet\""
"test": "vitest"
},
"keywords": [],
"author": "",
@@ -48,6 +48,7 @@
"@types/express": "^5.0.5",
"@types/node": "^24.10.1",
"tsx": "^4.20.6",
"typescript": "^5.9.3"
"typescript": "^5.9.3",
"vitest": "^2.1.4"
}
}