zhangxinyao88 opened a new pull request, #457: URL: https://github.com/apache/fineract-backoffice-ui/pull/457
Refs #410 Migrates the three specs blocked by Jasmine's `and.throwError()`: - `browser-download.adapter` - `web-storage.adapter` - `global-error-handler` The throwing spies now use Vitest mock implementations. The browser click mock uses `mockImplementationOnce()` so the error does not leak into later tests. Test counts remain unchanged: - Vitest: 918 - Karma: 455 - Total: 1373 Validation: - `TZ=UTC npm run test:unit` - `TZ=UTC npm test -- --watch=false --browsers=ChromeHeadless` - `npm run lint` - `npm run format:check` -- 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]
