Skip to content

Commit

Permalink
test..
Browse files Browse the repository at this point in the history
  • Loading branch information
florianduros committed Dec 19, 2024
1 parent 618557c commit 70375f2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-utils/test-utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,7 @@ export function createTestClient(): MatrixClient {
},

getCrypto: jest.fn().mockReturnValue({
checkKeyBackupAndEnable: jest.fn().mockResolvedValue(null),
getOwnDeviceKeys: jest.fn(),
getUserDeviceInfo: jest.fn().mockResolvedValue(new Map()),
getUserVerificationStatus: jest.fn(),
Expand Down

0 comments on commit 70375f2

Please sign in to comment.