This is an automated email from the ASF dual-hosted git repository.

Aman-Mittal pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/fineract-backoffice-ui.git

commit 7c5fa4e014f9cbfaa83025184f3bd7cf23979b00
Merge: dba29ba dc667e4
Author: Aman-Mittal <[email protected]>
AuthorDate: Fri Sep 4 09:55:36 2026 +0530

    Merge pull request #479 from zhangxinyao88/codex/remove-karma-jasmine
    
    test: remove deprecated Karma runner

 .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(-)

Reply via email to