Merge branch 'develop' into florianduros/tooltip-update
This commit is contained in:
@@ -50,6 +50,7 @@ describe("CreateSecretStorageDialog", () => {
|
||||
mockCrypto = mocked(mockClient.getCrypto()!);
|
||||
Object.assign(mockCrypto, {
|
||||
isKeyBackupTrusted: jest.fn(),
|
||||
isDehydrationSupported: jest.fn(() => false),
|
||||
bootstrapCrossSigning: jest.fn(),
|
||||
bootstrapSecretStorage: jest.fn(),
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user