Use crypto.isCrossSigningReady in CrossSigningPanel (#11080)

This commit is contained in:
Florian Duros 2023-06-14 11:46:14 +02:00 committed by GitHub
parent 3f52de2f5b
commit 127b542233
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 6 deletions

View file

@ -167,5 +167,6 @@ export const mockClientMethodsCrypto = (): Partial<
userSigningKey: true,
},
}),
isCrossSigningReady: jest.fn().mockResolvedValue(true),
}),
});