zhangxinyao88 opened a new pull request, #456: URL: https://github.com/apache/fineract-backoffice-ui/pull/456
## Summary - migrate the four manual specs left from #411: login, report execution, header, and main layout - replace object-form Jasmine spies with explicit Vitest spies and signal-backed properties - replace the Jasmine `fail` callback and `spyOnProperty` usage with their Vitest equivalents - reduce the Karma baseline from 83 to 79 specs These tests do not use `fakeAsync`, `done()`, or virtual timers, so their timing model is unchanged. Each spec is kept in its own commit as requested by #410. ## Testing - focused: 4 files, 28 tests passed - Vitest: 157 files, 927 tests passed - Karma: 446 tests passed - combined total unchanged at 1,373 tests - `npm run lint` - `npm run format:check` - `npm run check:test-runner` Completes the four manual specs left from #411. Part of #410. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
