zhangxinyao88 opened a new pull request, #476:
URL: https://github.com/apache/fineract-backoffice-ui/pull/476

   ## What and why
   
   Part of #406.
   
   Migrates the remaining 12 loan-area Jasmine/Karma specs to Vitest, removes 
them from the Karma ratchet baseline, and updates the matching 
ESLint-suppression paths. The client migration remains in #475.
   
   ## Verification
   
   - `TZ=UTC npm run test:unit -- 
--include='src/app/features/loans/**/*.test.ts'` — 13 files / 59 tests passed, 
including the already-migrated loan-view spec
   - `npm run check:test-runner` — 13 Karma specs remain
   - `npm run lint`
   - `npm run lint:prune`
   - Prettier check for the changed files
   - `npm run i18n:check`
   - `npm run check:icons`
   - `npm run build`
   
   ## Screenshots
   
   Not applicable — test-only change.
   
   ## Checklist
   
   - [x] I did not hand-edit generated files under `src/app/api/`.
   - [x] New component or service code uses the adapter boundary in 
`src/app/core/adapters/` instead of direct browser globals or imperative 
third-party APIs. Not applicable — test-only change.
   - [x] User-facing strings use translation keys. Not applicable — test-only 
change.
   - [x] I added or updated tests appropriate to this change.
   - [x] UI workflow changes include suitable e2e coverage, including 
real-backend testing where relevant. Not applicable — test-only change.
   - [x] Commits are signed — see [Commit 
Signing](CONTRIBUTING.md#commit-signing) in CONTRIBUTING.md.
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to