Fix tests
This commit is contained in:
parent
b5ae775d8f
commit
2a5af99ac2
2 changed files with 3 additions and 2 deletions
|
@ -148,6 +148,7 @@ describe("<MatrixChat />", () => {
|
|||
whoami: jest.fn(),
|
||||
logout: jest.fn(),
|
||||
getDeviceId: jest.fn(),
|
||||
getKeyBackupVersion: jest.fn(),
|
||||
});
|
||||
let mockClient: Mocked<MatrixClient>;
|
||||
const serverConfig = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue