mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Prevent infinite repeated errors on leaving electron tests open
This commit is contained in:
@@ -14,6 +14,7 @@ describe('NetworkStatusView', function() {
|
||||
|
||||
after(function() {
|
||||
window.getSocketStatus = oldGetSocketStatus;
|
||||
window.getSocketStatus = function() { return WebSocket.OPEN; };
|
||||
});
|
||||
/* END stubbing globals */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user