mirror of https://github.com/vector-im/riot-web
Fix type errors
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…
Reference in New Issue