Fix type errors

This commit is contained in:
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");