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

   ## What and why
   
   Closes #406.
   
   The last Karma specs migrated in #476. This removes the deprecated 
Karma/Jasmine runner, its direct dependencies, the migration baseline and 
codemod, and the temporary CI paths that supported the staged migration. `npm 
test` now runs the Vitest suite.
   
   ## Verification
   
   - `npm ci --dry-run --ignore-scripts`
   - `TZ=UTC npm test -- --watch=false` — 236 files / 1,376 tests passed
   - `TZ=UTC npm run test:mfe` — 1 file / 2 tests passed
   - `npm run lint`
   - Prettier check for changed files
   - `npm run i18n:check`
   - `npm run check:icons`
   - `npm run test:scripts`
   - `npm run test:eslint-rules`
   - `npm run check:licenses`
   - `bash scripts/check-license.sh`
   
   `npm run build` was attempted twice, but the local Node process crashed 
during the federation build with `malloc: Double free` before Angular reported 
a project diagnostic. CI will validate the production build.
   
   ## Screenshots
   
   Not applicable — test tooling and documentation only.
   
   ## 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.
   - [x] User-facing strings use translation keys. Not applicable.
   - [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.
   - [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