mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Additional logging, more reliable contact/group sync fetch
This commit is contained in:
@@ -21,7 +21,9 @@ import WebSocketResource from '../textsecure/WebsocketResources';
|
||||
describe('WebSocket-Resource', () => {
|
||||
class FakeSocket extends EventEmitter {
|
||||
public sendBytes(_: Uint8Array) {}
|
||||
|
||||
public socket = {
|
||||
localPort: 5678,
|
||||
};
|
||||
public close() {}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user