Use crypto.isCrossSigningReady
in CrossSigningPanel
(#11080)
This commit is contained in:
parent
3f52de2f5b
commit
127b542233
3 changed files with 3 additions and 6 deletions
|
@ -167,5 +167,6 @@ export const mockClientMethodsCrypto = (): Partial<
|
|||
userSigningKey: true,
|
||||
},
|
||||
}),
|
||||
isCrossSigningReady: jest.fn().mockResolvedValue(true),
|
||||
}),
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue