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 b1d9280 Merge pull request #446 from
zhangxinyao88/codex/issue-411-small-areas-vitest
add 1753cea fix(codemod): make the skip list and the rename tell the truth
add 691ac62 test(core): migrate auth.service off Karma
add 3c6d3e1 test(core): migrate config.service off Karma
add 2b5486d test(centers): migrate center-view.component off Karma
add bd42b1a test(groups): migrate group-view.component off Karma
add 573a6ef test(products): migrate deposit-account-view.component off
Karma
add 7ae8187 chore(test): re-record the Karma ratchet baseline
new 4c947f8 Merge pull request #450 from
opensource-joe/fix/codemod-skip-false-positives
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 | 4 +-
karma-baseline.json | 5 --
scripts/codemod-jasmine-to-vitest.mjs | 54 ++++++++++++++--
.../{auth.service.spec.ts => auth.service.test.ts} | 74 +++++++++++-----------
...nfig.service.spec.ts => config.service.test.ts} | 24 +++----
...onent.spec.ts => center-view.component.test.ts} | 49 +++++++-------
...ponent.spec.ts => group-view.component.test.ts} | 30 ++++-----
...c.ts => deposit-account-view.component.test.ts} | 73 +++++++++++----------
8 files changed, 174 insertions(+), 139 deletions(-)
rename src/app/core/services/{auth.service.spec.ts => auth.service.test.ts}
(84%)
rename src/app/core/services/{config.service.spec.ts =>
config.service.test.ts} (93%)
rename src/app/features/centers/{center-view.component.spec.ts =>
center-view.component.test.ts} (90%)
rename src/app/features/groups/{group-view.component.spec.ts =>
group-view.component.test.ts} (90%)
rename src/app/features/products/{deposit-account-view.component.spec.ts =>
deposit-account-view.component.test.ts} (88%)