mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-20 02:08:57 +00:00
test-electron: wait to run tests until protos are ready
This commit is contained in:
4
ts/textsecure.d.ts
vendored
4
ts/textsecure.d.ts
vendored
@@ -212,7 +212,9 @@ type SubProtocolProtobufTypes = {
|
||||
WebSocketResponseMessage: typeof WebSocketResponseMessageClass;
|
||||
};
|
||||
|
||||
type ProtobufCollectionType = DeviceMessagesProtobufTypes &
|
||||
type ProtobufCollectionType = {
|
||||
onLoad: (callback: () => unknown) => void;
|
||||
} & DeviceMessagesProtobufTypes &
|
||||
DeviceNameProtobufTypes &
|
||||
GroupsProtobufTypes &
|
||||
SignalServiceProtobufTypes &
|
||||
|
||||
Reference in New Issue
Block a user