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 81fb823 Merge pull request #432 from
WilliamK112/fix/organization-route-titles
add df05b66 test: migrate organization and working capital specs to Vitest
new e1f6f91 Merge pull request #433 from
zhangxinyao88/codex/issue-407-vitest-migration
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:
eslint-suppressions.json | 38 ++++----
karma-baseline.json | 20 ----
... account-number-formats-list.component.test.ts} | 29 +++---
...mponent.spec.ts => fund-form.component.test.ts} | 17 ++--
...ponent.spec.ts => funds-list.component.test.ts} | 13 +--
...spec.ts => group-levels-list.component.test.ts} | 9 +-
...onent.spec.ts => office-form.component.test.ts} | 31 +++---
...nent.spec.ts => offices-list.component.test.ts} | 19 ++--
...spec.ts => payment-type-form.component.test.ts} | 15 +--
...pec.ts => payment-types-list.component.test.ts} | 22 ++---
...ponent.spec.ts => staff-form.component.test.ts} | 33 +++----
...ponent.spec.ts => staff-list.component.test.ts} | 19 ++--
...nt.spec.ts => wc-breach-form.component.test.ts} | 17 ++--
...nt.spec.ts => wc-breach-list.component.test.ts} | 25 ++---
...c.ts => wc-loan-product-form.component.test.ts} | 19 ++--
....ts => wc-loan-products-list.component.test.ts} | 25 ++---
...ec.ts => wc-loan-action-form.component.test.ts} | 35 ++++---
...nent.spec.ts => wc-loan-form.component.test.ts} | 38 +++++---
...nent.spec.ts => wc-loan-view.component.test.ts} | 108 +++++++++------------
...ent.spec.ts => wc-loans-list.component.test.ts} | 13 +--
...ec.ts => wc-near-breach-form.component.test.ts} | 21 ++--
...ec.ts => wc-near-breach-list.component.test.ts} | 25 ++---
22 files changed, 288 insertions(+), 303 deletions(-)
rename
src/app/features/organization/account-number-formats/{account-number-formats-list.component.spec.ts
=> account-number-formats-list.component.test.ts} (81%)
rename src/app/features/organization/funds/{fund-form.component.spec.ts =>
fund-form.component.test.ts} (86%)
rename src/app/features/organization/funds/{funds-list.component.spec.ts =>
funds-list.component.test.ts} (88%)
rename
src/app/features/organization/group-levels/{group-levels-list.component.spec.ts
=> group-levels-list.component.test.ts} (88%)
rename src/app/features/organization/offices/{office-form.component.spec.ts =>
office-form.component.test.ts} (89%)
rename src/app/features/organization/offices/{offices-list.component.spec.ts
=> offices-list.component.test.ts} (88%)
rename
src/app/features/organization/payment-types/{payment-type-form.component.spec.ts
=> payment-type-form.component.test.ts} (86%)
rename
src/app/features/organization/payment-types/{payment-types-list.component.spec.ts
=> payment-types-list.component.test.ts} (82%)
rename src/app/features/organization/staff/{staff-form.component.spec.ts =>
staff-form.component.test.ts} (84%)
rename src/app/features/organization/staff/{staff-list.component.spec.ts =>
staff-list.component.test.ts} (84%)
rename
src/app/features/working-capital/breach/{wc-breach-form.component.spec.ts =>
wc-breach-form.component.test.ts} (86%)
rename
src/app/features/working-capital/breach/{wc-breach-list.component.spec.ts =>
wc-breach-list.component.test.ts} (82%)
rename
src/app/features/working-capital/loan-products/{wc-loan-product-form.component.spec.ts
=> wc-loan-product-form.component.test.ts} (85%)
rename
src/app/features/working-capital/loan-products/{wc-loan-products-list.component.spec.ts
=> wc-loan-products-list.component.test.ts} (83%)
rename
src/app/features/working-capital/loans/{wc-loan-action-form.component.spec.ts
=> wc-loan-action-form.component.test.ts} (84%)
rename src/app/features/working-capital/loans/{wc-loan-form.component.spec.ts
=> wc-loan-form.component.test.ts} (70%)
rename src/app/features/working-capital/loans/{wc-loan-view.component.spec.ts
=> wc-loan-view.component.test.ts} (76%)
rename src/app/features/working-capital/loans/{wc-loans-list.component.spec.ts
=> wc-loans-list.component.test.ts} (88%)
rename
src/app/features/working-capital/near-breach/{wc-near-breach-form.component.spec.ts
=> wc-near-breach-form.component.test.ts} (75%)
rename
src/app/features/working-capital/near-breach/{wc-near-breach-list.component.spec.ts
=> wc-near-breach-list.component.test.ts} (82%)