Remove invalid object in karma webpack config

root is replaced with modules in webpack 4
pull/21833/head
Marcel 2018-10-09 17:45:21 +02:00 committed by GitHub
parent b143060b8c
commit a1dfc6bd25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 3 deletions

View File

@ -200,9 +200,6 @@ module.exports = function (config) {
'matrix-react-sdk': path.resolve('test/skinned-sdk.js'),
'sinon': 'sinon/pkg/sinon.js',
},
root: [
path.resolve('./test'),
],
modules: [
path.resolve('./test'),
"node_modules"