You've already forked matrix-js-sdk
mirror of
https://github.com/matrix-org/matrix-js-sdk.git
synced 2025-07-31 15:24:23 +03:00
ElementR: Add CryptoApi.getCrossSigningKeyId
(#3619)
* Add `CryptoApi.getCrossSigningKeyId` * Rename `CrossSigningPubKey` to `CrossSigningKeyInfo` * Remove old eslint disable * Review changes * Review changes
This commit is contained in:
@ -168,7 +168,7 @@ describe("RustCrypto", () => {
|
||||
});
|
||||
});
|
||||
|
||||
it("getCrossSigningKeyId", async () => {
|
||||
it("getCrossSigningKeyId when there is no cross signing keys", async () => {
|
||||
const rustCrypto = await makeTestRustCrypto();
|
||||
await expect(rustCrypto.getCrossSigningKeyId()).resolves.toBe(null);
|
||||
});
|
||||
|
Reference in New Issue
Block a user