1
0
mirror of https://github.com/matrix-org/matrix-js-sdk.git synced 2026-01-03 23:22:30 +03:00

Run the crypto tests under travis (#467)

The crypto tests haven't been running since things got rearranged to expect
Olm in a global (41864d4). Reinstate them.
This commit is contained in:
Richard van der Hoff
2017-06-20 10:44:03 +01:00
committed by GitHub
parent d7e1910076
commit e6b35a9237
6 changed files with 46 additions and 13 deletions

View File

@@ -17,6 +17,9 @@ limitations under the License.
"use strict";
// load olm before the sdk if possible
import './olm-loader';
import sdk from '..';
import testUtils from './test-utils';
import MockHttpBackend from './mock-request';