You've already forked element-web
mirror of
https://github.com/element-hq/element-web.git
synced 2025-08-08 03:42:14 +03:00
Replace MatrixClient.checkSecretStorageKey
by MatrixClient.SecretStorage.checkKey
(#142)
This commit is contained in:
@@ -109,6 +109,7 @@ export function createTestClient(): MatrixClient {
|
||||
secretStorage: {
|
||||
get: jest.fn(),
|
||||
isStored: jest.fn().mockReturnValue(false),
|
||||
checkKey: jest.fn().mockResolvedValue(false),
|
||||
},
|
||||
|
||||
store: {
|
||||
|
Reference in New Issue
Block a user