mirror of
https://github.com/vector-im/element-web.git
synced 2026-05-05 04:06:44 +02:00
Fix type errors
This commit is contained in:
parent
5bdac78fc7
commit
ec1140e274
@ -91,6 +91,7 @@ describe('WysiwygComposer', () => {
|
||||
canSelfRedact: false,
|
||||
resizing: false,
|
||||
narrow: false,
|
||||
activeCall: null,
|
||||
};
|
||||
|
||||
let sendMessage: () => void;
|
||||
|
||||
@ -96,6 +96,7 @@ describe('message', () => {
|
||||
canSelfRedact: false,
|
||||
resizing: false,
|
||||
narrow: false,
|
||||
activeCall: null,
|
||||
};
|
||||
|
||||
const spyDispatcher = jest.spyOn(defaultDispatcher, "dispatch");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user