You've already forked matrix-react-sdk
mirror of
https://github.com/matrix-org/matrix-react-sdk.git
synced 2025-07-28 15:22:05 +03:00
wait additional tick
This commit is contained in:
@ -74,7 +74,6 @@ describe('MegolmExportEncryption', function() {
|
||||
let MegolmExportEncryption;
|
||||
|
||||
beforeAll(() => {
|
||||
// window.crypto = { subtle: crypto.subtle, getRandomValues };
|
||||
window.crypto = { subtle: webCrypto.subtle, getRandomValues };
|
||||
MegolmExportEncryption = require("../../src/utils/MegolmExportEncryption");
|
||||
});
|
||||
|
Reference in New Issue
Block a user