This is an automated email from the ASF dual-hosted git repository.
Aman-Mittal pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git
from 88dd78c Merge pull request #475 from
XonkelX/codex/issue-406-clients-vitest
add c52006f test(loans): migrate specs to Vitest
add 9621fa7 ci: skip Karma once migration reaches zero
new dba29ba Merge pull request #476 from
zhangxinyao88/codex/issue-406-loans-vitest
The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.github/workflows/ci.yml | 10 +++---
eslint-suppressions.json | 40 ++++++----------------
karma-baseline.json | 15 +-------
...spec.ts => bulk-reassignment.component.test.ts} | 20 +++++------
...t.spec.ts => collateral-form.component.test.ts} | 15 ++++----
...t.spec.ts => collateral-list.component.test.ts} | 15 ++++----
...nt.spec.ts => guarantor-form.component.test.ts} | 15 ++++----
...t.spec.ts => guarantors-list.component.test.ts} | 23 +++++++------
...ec.ts => interest-pause-form.component.test.ts} | 15 ++++----
...c.ts => interest-pauses-list.component.test.ts} | 23 +++++++------
...ialogs.spec.ts => loan-command-dialogs.test.ts} | 4 +--
...=> loan-undo-approval-dialog.component.test.ts} | 0
....ts => post-dated-check-form.component.test.ts} | 15 ++++----
...ts => post-dated-checks-list.component.test.ts} | 23 +++++++------
...c.ts => loan-delinquency-tab.component.test.ts} | 21 ++++++------
15 files changed, 114 insertions(+), 140 deletions(-)
rename
src/app/features/loans/bulk-reassignment/{bulk-reassignment.component.spec.ts
=> bulk-reassignment.component.test.ts} (83%)
rename src/app/features/loans/collateral/{collateral-form.component.spec.ts =>
collateral-form.component.test.ts} (88%)
rename src/app/features/loans/collateral/{collateral-list.component.spec.ts =>
collateral-list.component.test.ts} (90%)
rename src/app/features/loans/guarantors/{guarantor-form.component.spec.ts =>
guarantor-form.component.test.ts} (88%)
rename src/app/features/loans/guarantors/{guarantors-list.component.spec.ts =>
guarantors-list.component.test.ts} (84%)
rename
src/app/features/loans/interest-pauses/{interest-pause-form.component.spec.ts
=> interest-pause-form.component.test.ts} (88%)
rename
src/app/features/loans/interest-pauses/{interest-pauses-list.component.spec.ts
=> interest-pauses-list.component.test.ts} (85%)
rename src/app/features/loans/{loan-command-dialogs.spec.ts =>
loan-command-dialogs.test.ts} (98%)
rename src/app/features/loans/{loan-undo-approval-dialog.component.spec.ts =>
loan-undo-approval-dialog.component.test.ts} (100%)
rename
src/app/features/loans/post-dated-checks/{post-dated-check-form.component.spec.ts
=> post-dated-check-form.component.test.ts} (89%)
rename
src/app/features/loans/post-dated-checks/{post-dated-checks-list.component.spec.ts
=> post-dated-checks-list.component.test.ts} (86%)
rename src/app/features/loans/tabs/{loan-delinquency-tab.component.spec.ts =>
loan-delinquency-tab.component.test.ts} (86%)