1
0
mirror of https://github.com/element-hq/element-web.git synced 2025-08-06 16:22:46 +03:00

Add cryptography information in devtools (#29073)

* feat(devtools): add crypto information in devtools

* ci: add crypto devtools file to crypto code owners

* test(dev tools): update test to add new crypto button

* test(dev tools): add tests for crypto component
This commit is contained in:
Florian Duros
2025-01-24 11:51:27 +01:00
committed by GitHub
parent 197afd6a9e
commit a73eb378d7
10 changed files with 708 additions and 2 deletions

View File

@@ -152,6 +152,8 @@ export function createTestClient(): MatrixClient {
}),
isCrossSigningReady: jest.fn().mockResolvedValue(false),
resetEncryption: jest.fn(),
getSessionBackupPrivateKey: jest.fn().mockResolvedValue(null),
isSecretStorageReady: jest.fn().mockResolvedValue(false),
}),
getPushActionsForEvent: jest.fn(),