Add A-Element-R labels to rageshakes if rust (#12251)

* Add A-Element-R labels to rageshakes if rust

* fix import

* Add tests for rageshake  collect

* add ts-ignore in test

* refactor rageshake to match sonar Cognitive Complexity
This commit is contained in:
Valere 2024-02-15 20:45:46 +01:00 committed by GitHub
parent 342d0db153
commit db096b7986
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 810 additions and 122 deletions

View file

@ -170,5 +170,7 @@ export const mockClientMethodsCrypto = (): Partial<
isSecretStorageReady: jest.fn(),
getSessionBackupPrivateKey: jest.fn(),
getVersion: jest.fn().mockReturnValue("Version 0"),
getOwnDeviceKeys: jest.fn(),
getCrossSigningKeyId: jest.fn(),
}),
});