test: migrate errors spec from Karma to Vitest - #417
Conversation
E2E — mocked backend🎭 E2E Tests✅ All green — 293 passed · 0 failed · 0 skipped, across 21 spec files in 5m 52s. By spec file
All 293 tests — click to expand
Slowest 10 — what the shard counts should be tuned against
📼 Download the HTML report, videos and traces — see the Generated by run 32454986897 from |
E2E — real Fineract🎭 E2E Tests✅ All green — 72 passed · 0 failed · 0 skipped, across 22 spec files in 7m 10s. By spec file
All 72 tests — click to expand
Slowest 10 — what the shard counts should be tuned against
📼 Download the HTML report, videos and traces — see the Generated by run 32454986897 from |
Aman-Mittal
left a comment
There was a problem hiding this comment.
LGTM and thanks for contribution
What and why
Migrates the
features/errorsaccess-denied component test from Karma/Jasmine to Vitest as part of the ongoing test-runner migration.The existing test behavior is preserved, with the Jasmine-specific
toHaveSizematcher replaced by Vitest-compatibletoHaveLength.Part of #411
Verification
npm run test:unit -- --watch=falsenpm test -- --watch=false --browsers=ChromeHeadlessnpm run lintnpm run format:checknode scripts/check-test-runner.mjsnpm run buildnpm run check:iconsnpm run i18n:checkScreenshots
Not applicable — test-runner migration only; no UI behavior changed.
Checklist
src/app/api/.