Fix tests

This commit is contained in:
David Baker 2024-12-02 15:25:51 +00:00
parent b5ae775d8f
commit 2a5af99ac2
2 changed files with 3 additions and 2 deletions

View file

@ -148,6 +148,7 @@ describe("<MatrixChat />", () => {
whoami: jest.fn(),
logout: jest.fn(),
getDeviceId: jest.fn(),
getKeyBackupVersion: jest.fn(),
});
let mockClient: Mocked<MatrixClient>;
const serverConfig = {