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 dba29ba Merge pull request #476 from
zhangxinyao88/codex/issue-406-loans-vitest
add dc667e4 test: remove deprecated Karma runner
new 7c5fa4e Merge pull request #479 from
zhangxinyao88/codex/remove-karma-jasmine
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 | 23 +-
AGENTS.md | 14 +-
CONTRIBUTING.md | 31 +-
DOCS/CI_CHECKS.md | 17 +-
DOCS/adr/0004-vitest-migration.md | 13 +-
README.md | 4 +-
STYLE.md | 4 +-
angular.json | 17 --
karma-baseline.json | 6 -
package-lock.json | 7 -
package.json | 10 +-
scripts/check-test-runner.mjs | 197 -------------
scripts/codemod-jasmine-to-vitest.mjs | 318 ---------------------
security.md | 2 +-
.../adapters/storage/web-storage.adapter.test.ts | 4 +-
src/app/core/guards/permission.guard.test.ts | 2 +-
src/app/layout/header.component.test.ts | 6 +-
src/app/testing/adapters.ts | 4 +-
src/app/testing/mocks.ts | 21 +-
src/testing/vitest-setup.ts | 9 +-
tsconfig.spec.json | 9 -
vitest.config.ts | 7 +-
22 files changed, 54 insertions(+), 671 deletions(-)
delete mode 100644 karma-baseline.json
delete mode 100644 scripts/check-test-runner.mjs
delete mode 100644 scripts/codemod-jasmine-to-vitest.mjs
delete mode 100644 tsconfig.spec.json