Fix type errors

This commit is contained in:
Florian Duros
2022-10-10 17:06:41 +02:00
parent 5bdac78fc7
commit ec1140e274
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");