test-electron: wait to run tests until protos are ready
This commit is contained in:
parent
8e598688e7
commit
618c0fce1e
4 changed files with 54 additions and 28 deletions
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 &
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue