1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00
This commit is contained in:
David Baker
2018-09-25 18:14:11 +01:00
parent c556ca40b1
commit 63cc3fd890
3 changed files with 4 additions and 2 deletions

View File

@@ -6,6 +6,7 @@ import expect from 'expect';
const sdk = require("../..");
const Olm = global.Olm;
describe("Crypto", function() {
if (!sdk.CRYPTO_ENABLED) {