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:
David Baker 2017-05-26 14:02:03 +01:00
parent 7d59742a22
commit 9c7731e141
4 changed files with 3 additions and 4 deletions

View file

@ -47,7 +47,6 @@ webpack_config.module.noParse.push(/sinon\/pkg\/sinon\.js$/);
webpack_config.resolve.alias['sinon'] = 'sinon/pkg/sinon.js';
webpack_config.resolve.root = [
path.resolve('./src'),
path.resolve('./test'),
];