mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Fix test-electron on macos CI
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user