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 9c54d56 Merge pull request #451 from
opensource-joe/chore/angular-22.1.0
add f58e2ff test: migrate remaining mechanical specs to Vitest
new 8d0ebde Merge pull request #454 from
zhangxinyao88/codex/issue-411-remaining-mechanical-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 | 45 +------------
karma-baseline.json | 11 ----
...onent.spec.ts => center-form.component.test.ts} | 41 ++++++------
...ent.spec.ts => system-status.component.test.ts} | 26 ++++----
...t.spec.ts => two-factor-step.component.test.ts} | 37 +++++------
...nent.spec.ts => user-profile.component.test.ts} | 28 ++++----
...ponent.spec.ts => run-report.component.test.ts} | 76 +++++++++++-----------
...t.spec.ts => audit-logs-list.component.test.ts} | 30 +++++----
...ponent.spec.ts => roles-list.component.test.ts} | 24 +++----
...ec.ts => view-payload-dialog.component.test.ts} | 6 +-
...onent.spec.ts => work-queues.component.test.ts} | 67 +++++++++----------
....ts => account-transfer-form.component.test.ts} | 51 +++++++--------
...=> standing-instruction-form.component.test.ts} | 46 ++++++-------
src/app/testing/i18n-testing.ts | 15 ++++-
14 files changed, 232 insertions(+), 271 deletions(-)
rename src/app/features/centers/{center-form.component.spec.ts =>
center-form.component.test.ts} (79%)
rename src/app/features/dashboard/{system-status.component.spec.ts =>
system-status.component.test.ts} (90%)
rename src/app/features/login/two-factor/{two-factor-step.component.spec.ts =>
two-factor-step.component.test.ts} (88%)
rename src/app/features/profile/{user-profile.component.spec.ts =>
user-profile.component.test.ts} (81%)
rename src/app/features/reporting/{run-report.component.spec.ts =>
run-report.component.test.ts} (85%)
rename src/app/features/security/audit-logs/{audit-logs-list.component.spec.ts
=> audit-logs-list.component.test.ts} (83%)
rename src/app/features/security/roles/{roles-list.component.spec.ts =>
roles-list.component.test.ts} (82%)
rename
src/app/features/tasks/checker-inbox/{view-payload-dialog.component.spec.ts =>
view-payload-dialog.component.test.ts} (93%)
rename src/app/features/tasks/work-queues/{work-queues.component.spec.ts =>
work-queues.component.test.ts} (78%)
rename src/app/features/transfers/{account-transfer-form.component.spec.ts =>
account-transfer-form.component.test.ts} (80%)
rename src/app/features/transfers/{standing-instruction-form.component.spec.ts
=> standing-instruction-form.component.test.ts} (84%)