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 a173b85 Merge pull request #445 from
zhangxinyao88/codex/issue-404-system-vitest
add 1b3ab69 test: migrate small feature specs to Vitest
add 64858bc Merge upstream main into issue 411 Vitest migration
new b1d9280 Merge pull request #446 from
zhangxinyao88/codex/issue-411-small-areas-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 | 65 ----------------------
karma-baseline.json | 17 ------
...ent.spec.ts => calendar-form.component.test.ts} | 22 ++++----
...nt.spec.ts => calendars-list.component.test.ts} | 40 ++++++-------
...ars.routes.spec.ts => calendars.routes.test.ts} | 0
...nent.spec.ts => meeting-form.component.test.ts} | 18 +++---
...ent.spec.ts => meetings-list.component.test.ts} | 24 ++++----
...ings.routes.spec.ts => meetings.routes.test.ts} | 0
...nent.spec.ts => holiday-form.component.test.ts} | 41 ++++++--------
...ent.spec.ts => holidays-list.component.test.ts} | 59 +++++++++-----------
...nent.spec.ts => working-days.component.test.ts} | 24 ++++----
...ponent.spec.ts => likelihood.component.test.ts} | 24 ++++----
...nent.spec.ts => poverty-line.component.test.ts} | 19 ++++---
...ponent.spec.ts => scorecards.component.test.ts} | 14 +++--
....spec.ts => spm-surveys-form.component.test.ts} | 22 ++++----
....spec.ts => spm-surveys-list.component.test.ts} | 18 +++---
... => cashier-transaction-form.component.test.ts} | 21 +++----
...c.ts => cashier-transactions.component.test.ts} | 20 +++----
...onent.spec.ts => teller-form.component.test.ts} | 29 +++++-----
19 files changed, 199 insertions(+), 278 deletions(-)
rename src/app/features/calendars/{calendar-form.component.spec.ts =>
calendar-form.component.test.ts} (83%)
rename src/app/features/calendars/{calendars-list.component.spec.ts =>
calendars-list.component.test.ts} (78%)
rename src/app/features/calendars/{calendars.routes.spec.ts =>
calendars.routes.test.ts} (100%)
rename src/app/features/meetings/{meeting-form.component.spec.ts =>
meeting-form.component.test.ts} (85%)
rename src/app/features/meetings/{meetings-list.component.spec.ts =>
meetings-list.component.test.ts} (82%)
rename src/app/features/meetings/{meetings.routes.spec.ts =>
meetings.routes.test.ts} (100%)
rename src/app/features/settings/{holiday-form.component.spec.ts =>
holiday-form.component.test.ts} (78%)
rename src/app/features/settings/{holidays-list.component.spec.ts =>
holidays-list.component.test.ts} (76%)
rename src/app/features/settings/{working-days.component.spec.ts =>
working-days.component.test.ts} (80%)
rename src/app/features/spm/likelihood/{likelihood.component.spec.ts =>
likelihood.component.test.ts} (78%)
rename src/app/features/spm/poverty-line/{poverty-line.component.spec.ts =>
poverty-line.component.test.ts} (79%)
rename src/app/features/spm/scorecards/{scorecards.component.spec.ts =>
scorecards.component.test.ts} (84%)
rename src/app/features/spm/surveys/{spm-surveys-form.component.spec.ts =>
spm-surveys-form.component.test.ts} (81%)
rename src/app/features/spm/surveys/{spm-surveys-list.component.spec.ts =>
spm-surveys-list.component.test.ts} (83%)
rename
src/app/features/tellers/cashiers/{cashier-transaction-form.component.spec.ts
=> cashier-transaction-form.component.test.ts} (93%)
rename
src/app/features/tellers/cashiers/{cashier-transactions.component.spec.ts =>
cashier-transactions.component.test.ts} (92%)
rename src/app/features/tellers/{teller-form.component.spec.ts =>
teller-form.component.test.ts} (77%)