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 b64322d  Merge pull request #441 from 
zhangxinyao88/codex/issue-405-accounting-vitest
     add 9387e2f  test: migrate system specs to Vitest
     add 02f6ce5  test: use translation testing adapter in system specs
     new a173b85  Merge pull request #445 from 
zhangxinyao88/codex/issue-404-system-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:
 eslint-suppressions.json                           | 110 ---------------------
 karma-baseline.json                                |  26 -----
 ....spec.ts => adhoc-query-form.component.test.ts} |  20 ++--
 ...onent.spec.ts => bulk-import.component.test.ts} |  52 +++++-----
 ...nt.spec.ts => business-steps.component.test.ts} |  22 ++---
 ...e.component.spec.ts => cache.component.test.ts} |  21 ++--
 ...c.ts => credit-bureau-config.component.test.ts} |  18 ++--
 ...t.spec.ts => datatables-form.component.test.ts} |  30 +++---
 ...ts => delinquency-management.component.test.ts} |  18 ++--
 ...ntity-data-table-checks-form.component.test.ts} |  23 +++--
 ...ec.ts => entity-mapping-form.component.test.ts} |  16 +--
 ...t.spec.ts => external-events.component.test.ts} |  19 ++--
 ...spec.ts => external-services.component.test.ts} |  21 ++--
 ...ec.ts => field-configuration.component.test.ts} |  16 +--
 ...ponent.spec.ts => hooks-form.component.test.ts} |  20 ++--
 ...ent.spec.ts => instance-mode.component.test.ts} |  19 ++--
 ...c.ts => loan-product-details.component.test.ts} |  16 +--
 ...c.ts => notifications-config.component.test.ts} |  24 ++---
 ...onent.spec.ts => oidc-config.component.test.ts} |  48 ++++-----
 ...c.ts => password-preferences.component.test.ts} |  19 ++--
 ...onent.spec.ts => permissions.component.test.ts} |  23 +++--
 ...ts => report-definition-form.component.test.ts} |  29 +++---
 ...s => report-definitions-list.component.test.ts} |  25 ++---
 ... => report-mailing-jobs-form.component.test.ts} |  16 +--
 ....ts => scheduler-job-history.component.test.ts} |  18 ++--
 ...ec.ts => scheduler-jobs-list.component.test.ts} |  52 +++++-----
 ...omponent.spec.ts => sms-form.component.test.ts} |  20 ++--
 ...system.routes.spec.ts => system.routes.test.ts} |   0
 28 files changed, 315 insertions(+), 426 deletions(-)
 rename src/app/features/system/adhoc-query/{adhoc-query-form.component.spec.ts 
=> adhoc-query-form.component.test.ts} (83%)
 rename src/app/features/system/bulk-import/{bulk-import.component.spec.ts => 
bulk-import.component.test.ts} (83%)
 rename 
src/app/features/system/business-steps/{business-steps.component.spec.ts => 
business-steps.component.test.ts} (85%)
 rename src/app/features/system/cache/{cache.component.spec.ts => 
cache.component.test.ts} (78%)
 rename 
src/app/features/system/credit-bureau-config/{credit-bureau-config.component.spec.ts
 => credit-bureau-config.component.test.ts} (83%)
 rename src/app/features/system/data-tables/{datatables-form.component.spec.ts 
=> datatables-form.component.test.ts} (80%)
 rename 
src/app/features/system/delinquency/{delinquency-management.component.spec.ts 
=> delinquency-management.component.test.ts} (81%)
 rename 
src/app/features/system/entity-data-table-checks/{entity-data-table-checks-form.component.spec.ts
 => entity-data-table-checks-form.component.test.ts} (80%)
 rename 
src/app/features/system/entity-mapping/{entity-mapping-form.component.spec.ts 
=> entity-mapping-form.component.test.ts} (85%)
 rename 
src/app/features/system/external-events/{external-events.component.spec.ts => 
external-events.component.test.ts} (81%)
 rename 
src/app/features/system/external-services/{external-services.component.spec.ts 
=> external-services.component.test.ts} (78%)
 rename 
src/app/features/system/field-configuration/{field-configuration.component.spec.ts
 => field-configuration.component.test.ts} (83%)
 rename src/app/features/system/hooks/{hooks-form.component.spec.ts => 
hooks-form.component.test.ts} (83%)
 rename src/app/features/system/instance-mode/{instance-mode.component.spec.ts 
=> instance-mode.component.test.ts} (76%)
 rename 
src/app/features/system/loan-product-details/{loan-product-details.component.spec.ts
 => loan-product-details.component.test.ts} (81%)
 rename 
src/app/features/system/notifications-config/{notifications-config.component.spec.ts
 => notifications-config.component.test.ts} (77%)
 rename src/app/features/system/oidc-config/{oidc-config.component.spec.ts => 
oidc-config.component.test.ts} (84%)
 rename 
src/app/features/system/password-preferences/{password-preferences.component.spec.ts
 => password-preferences.component.test.ts} (81%)
 rename src/app/features/system/permissions/{permissions.component.spec.ts => 
permissions.component.test.ts} (77%)
 rename 
src/app/features/system/report-definitions/{report-definition-form.component.spec.ts
 => report-definition-form.component.test.ts} (81%)
 rename 
src/app/features/system/report-definitions/{report-definitions-list.component.spec.ts
 => report-definitions-list.component.test.ts} (81%)
 rename 
src/app/features/system/report-mailing-jobs/{report-mailing-jobs-form.component.spec.ts
 => report-mailing-jobs-form.component.test.ts} (85%)
 rename 
src/app/features/system/scheduler-jobs/{scheduler-job-history.component.spec.ts 
=> scheduler-job-history.component.test.ts} (83%)
 rename 
src/app/features/system/scheduler-jobs/{scheduler-jobs-list.component.spec.ts 
=> scheduler-jobs-list.component.test.ts} (77%)
 rename src/app/features/system/sms/{sms-form.component.spec.ts => 
sms-form.component.test.ts} (81%)
 rename src/app/features/system/{system.routes.spec.ts => 
system.routes.test.ts} (100%)

Reply via email to