1
0
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:
Michael Telatynski
2019-12-17 12:42:47 +00:00
parent bcba9a3e50
commit 409a111b02
3 changed files with 2 additions and 3 deletions

View File

@ -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");
});