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 8d0ebde Merge pull request #454 from
zhangxinyao88/codex/issue-411-remaining-mechanical-vitest
add fff5394 test: migrate login component spec to Vitest
add a8dc9a6 test: migrate report execution service spec to Vitest
add ed8b233 test: migrate header component spec to Vitest
add d91bc9a test: migrate main layout component spec to Vitest
new de5620e Merge pull request #456 from
zhangxinyao88/codex/issue-410-four-manual-specs
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 | 4 --
...n.component.spec.ts => login.component.test.ts} | 56 +++++++++++-----------
...ce.spec.ts => report-execution.service.test.ts} | 18 +++----
....component.spec.ts => header.component.test.ts} | 34 +++++++------
...onent.spec.ts => main-layout.component.test.ts} | 31 +++++++-----
6 files changed, 78 insertions(+), 69 deletions(-)
rename src/app/features/login/{login.component.spec.ts =>
login.component.test.ts} (75%)
rename src/app/features/reporting/{report-execution.service.spec.ts =>
report-execution.service.test.ts} (96%)
rename src/app/layout/{header.component.spec.ts => header.component.test.ts}
(83%)
rename src/app/layout/{main-layout.component.spec.ts =>
main-layout.component.test.ts} (76%)