Fix type errors

pull/28217/head
Florian Duros 2022-10-10 17:06:41 +02:00
parent 5bdac78fc7
commit ec1140e274
No known key found for this signature in database
GPG Key ID: 9700AA5870258A0B
2 changed files with 2 additions and 0 deletions

View File

@ -91,6 +91,7 @@ describe('WysiwygComposer', () => {
canSelfRedact: false,
resizing: false,
narrow: false,
activeCall: null,
};
let sendMessage: () => void;

View File

@ -96,6 +96,7 @@ describe('message', () => {
canSelfRedact: false,
resizing: false,
narrow: false,
activeCall: null,
};
const spyDispatcher = jest.spyOn(defaultDispatcher, "dispatch");