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
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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user