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 3300fc4 Merge pull request #459 from
zhangxinyao88/codex/issue-403-app-specs-vitest
add 012f08f test: migrate app config spec to Vitest
add b325b1a test: migrate auth guard spec to Vitest
add 86c555c test: migrate guidance tour spec to Vitest
add 27b3d81 test: migrate permission directive spec to Vitest
new a6e8fc3 Merge pull request #460 from
zhangxinyao88/codex/issue-410-object-spy-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 | 2 +-
karma-baseline.json | 4 ----
src/app/{app.config.spec.ts => app.config.test.ts} | 11 ++++++-----
.../core/guards/{auth.guard.spec.ts => auth.guard.test.ts} | 13 +++++++------
...ur.component.spec.ts => guidance-tour.component.test.ts} | 13 ++++++-------
...n.directive.spec.ts => has-permission.directive.test.ts} | 11 ++++++-----
6 files changed, 26 insertions(+), 28 deletions(-)
rename src/app/{app.config.spec.ts => app.config.test.ts} (87%)
rename src/app/core/guards/{auth.guard.spec.ts => auth.guard.test.ts} (86%)
rename
src/app/shared/components/guidance-tour/{guidance-tour.component.spec.ts =>
guidance-tour.component.test.ts} (92%)
rename src/app/shared/directives/{has-permission.directive.spec.ts =>
has-permission.directive.test.ts} (91%)