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