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:
parent
46bb29a3af
commit
ba8e37a84e
4 changed files with 3 additions and 4 deletions
|
@ -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';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue