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 465ff6a Merge pull request #467 from
apache/dependabot/npm_and_yarn/karma-jasmine-html-reporter-2.3.0
add d830eb5 test: migrate advanced accounting mappings spec to Vitest
add a679e28 test: migrate product accounting section spec to Vitest
add 9843dca test: migrate account action form spec to Vitest
add 64f7fd2 test: migrate collateral management form spec to Vitest
add f3933ca test: migrate loan originator form spec to Vitest
add 863edf3 test: migrate loan product form spec to Vitest
add b8f9638 test: migrate loan schedule type spec to Vitest
add 4bc8ebe test: migrate products routes spec to Vitest
add b6dc207 test: migrate savings account view spec to Vitest
add a59368c refactor: use i18n adapter in savings account view
new c63ecc2 Merge pull request #472 from
zhangxinyao88/codex/issue-409-products-accounting-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 | 20 +---
karma-baseline.json | 9 --
...ec.ts => account-action-form.component.test.ts} | 70 ++++++------
...advanced-accounting-mappings.component.test.ts} | 8 +-
...> product-accounting-section.component.test.ts} | 0
...> collateral-management-form.component.test.ts} | 15 +--
...c.ts => loan-originator-form.component.test.ts} | 19 ++--
...spec.ts => loan-product-form.component.test.ts} | 120 +++++++++-----------
...ule-type.spec.ts => loan-schedule-type.test.ts} | 18 +--
...ucts.routes.spec.ts => products.routes.test.ts} | 0
...c.ts => savings-account-view.component.test.ts} | 56 ++++-----
.../products/savings-account-view.component.ts | 126 +++++++++++----------
12 files changed, 216 insertions(+), 245 deletions(-)
rename src/app/features/products/{account-action-form.component.spec.ts =>
account-action-form.component.test.ts} (82%)
rename
src/app/features/products/accounting/{advanced-accounting-mappings.component.spec.ts
=> advanced-accounting-mappings.component.test.ts} (97%)
rename
src/app/features/products/accounting/{product-accounting-section.component.spec.ts
=> product-accounting-section.component.test.ts} (100%)
rename
src/app/features/products/collateral-management/{collateral-management-form.component.spec.ts
=> collateral-management-form.component.test.ts} (88%)
rename
src/app/features/products/loan-originators/{loan-originator-form.component.spec.ts
=> loan-originator-form.component.test.ts} (85%)
rename src/app/features/products/{loan-product-form.component.spec.ts =>
loan-product-form.component.test.ts} (87%)
rename src/app/features/products/{loan-schedule-type.spec.ts =>
loan-schedule-type.test.ts} (91%)
rename src/app/features/products/{products.routes.spec.ts =>
products.routes.test.ts} (100%)
rename src/app/features/products/{savings-account-view.component.spec.ts =>
savings-account-view.component.test.ts} (83%)