mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-26 17:45:34 +01:00
7414828bb3
These are failing because MockSocket doesn't implement an EventTarget interface like an actual WebSocket does, so we get an exception when trying to call addEventListener on it. :( // FREEBIE