Don't include src in the test resolve root

Don't include src in resolve root for the karma test, as otherwise
modules from react sdk get pulled in instead of npm libraries like
'extend' which breaks everything in really subtle ways.
This commit is contained in:
David Baker 2017-05-25 23:13:49 +01:00
parent 46bb29a3af
commit ba8e37a84e
4 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,7 @@ limitations under the License.
"use strict";
import * as MegolmExportEncryption from 'utils/MegolmExportEncryption';
import * as MegolmExportEncryption from '../../src/utils/MegolmExportEncryption';
import * as testUtils from '../test-utils';
import expect from 'expect';