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 41202dd Merge pull request #457 from
zhangxinyao88/codex/issue-410-throw-error-specs
add ece09b2 test: migrate app specs to Vitest
new 3300fc4 Merge pull request #459 from
zhangxinyao88/codex/issue-403-app-specs-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:
.github/workflows/ci.yml | 2 ++
DOCS/CI_CHECKS.md | 6 +++---
angular.json | 17 ++++++-----------
eslint-suppressions.json | 2 +-
karma-baseline.json | 2 --
package.json | 2 +-
.../fineract-mfe/src/app/{app.spec.ts => app.test.ts} | 0
projects/fineract-mfe/tsconfig.spec.json | 2 +-
.../{app.component.spec.ts => app.component.test.ts} | 7 ++++---
9 files changed, 18 insertions(+), 22 deletions(-)
rename projects/fineract-mfe/src/app/{app.spec.ts => app.test.ts} (100%)
rename src/app/{app.component.spec.ts => app.component.test.ts} (92%)