Prevent infinite repeated errors on leaving electron tests open

pull/1/head
Scott Nonnenberg 7 years ago
parent 334fe32210
commit 3abaeb807d
No known key found for this signature in database
GPG Key ID: 5F82280C35134661

@ -14,6 +14,7 @@ describe('NetworkStatusView', function() {
after(function() {
window.getSocketStatus = oldGetSocketStatus;
window.getSocketStatus = function() { return WebSocket.OPEN; };
});
/* END stubbing globals */

Loading…
Cancel
Save