1
0
mirror of https://github.com/matrix-org/matrix-react-sdk.git synced 2025-07-30 02:21:17 +03:00

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
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),
}),
});