Don't include src in the test resolve root
As https://github.com/matrix-org/matrix-react-sdk/pull/931
This commit is contained in:
parent
7d59742a22
commit
9c7731e141
4 changed files with 3 additions and 4 deletions
|
@ -5,4 +5,4 @@
|
|||
*/
|
||||
|
||||
var sdk = require('matrix-react-sdk');
|
||||
sdk.loadSkin(require('component-index'));
|
||||
sdk.loadSkin(require('../src/component-index'));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue