chore: Update frontend dependencies to include @vitest/coverage-v8
Some checks failed
LabFusion CI/CD Pipeline / api-gateway (push) Failing after 30s
Docker Build and Push / build-and-push (push) Failing after 43s
LabFusion CI/CD Pipeline / service-adapters (push) Successful in 49s
Integration Tests / integration-tests (push) Failing after 40s
Integration Tests / performance-tests (push) Has been skipped
LabFusion CI/CD Pipeline / api-docs (push) Successful in 1m49s
Frontend (React) / test (20) (push) Successful in 2m15s
LabFusion CI/CD Pipeline / frontend (push) Successful in 4m49s
LabFusion CI/CD Pipeline / integration-tests (push) Has been skipped
Frontend (React) / build (push) Successful in 2m55s
Frontend (React) / lighthouse (push) Has been skipped

### Summary of Changes
- Added `@vitest/coverage-v8` to both `package.json` and `package-lock.json` to enhance test coverage reporting capabilities.

### Expected Results
- Improved test coverage insights during development, facilitating better quality assurance and code reliability.
This commit is contained in:
GSRN
2025-09-16 22:52:10 +02:00
parent 80e5d012e3
commit 5a9d00725f
2 changed files with 601 additions and 1 deletions

View File

@@ -38,6 +38,7 @@
"typescript": "latest",
"vitest": "latest",
"@vitest/ui": "latest",
"@vitest/coverage-v8": "latest",
"jsdom": "latest",
"@testing-library/jest-dom": "latest",
"@vitejs/plugin-react": "latest"