Fix test-electron on macos CI

This commit is contained in:
Fedor Indutny
2025-04-10 13:54:16 -07:00
committed by GitHub
parent 8301e69e05
commit 15f11b8387

View File

@@ -237,6 +237,8 @@ describe('calling duck', () => {
oldEvents = window.Events;
window.Events = {
...(oldEvents || {}),
getCallRingtoneNotification: sinon.spy(),
// eslint-disable-next-line @typescript-eslint/no-explicit-any
} as any;