Remove invalid object in karma webpack config
root is replaced with modules in webpack 4
This commit is contained in:
@@ -200,9 +200,6 @@ module.exports = function (config) {
|
|||||||
'matrix-react-sdk': path.resolve('test/skinned-sdk.js'),
|
'matrix-react-sdk': path.resolve('test/skinned-sdk.js'),
|
||||||
'sinon': 'sinon/pkg/sinon.js',
|
'sinon': 'sinon/pkg/sinon.js',
|
||||||
},
|
},
|
||||||
root: [
|
|
||||||
path.resolve('./test'),
|
|
||||||
],
|
|
||||||
modules: [
|
modules: [
|
||||||
path.resolve('./test'),
|
path.resolve('./test'),
|
||||||
"node_modules"
|
"node_modules"
|
||||||
|
|||||||
Reference in New Issue
Block a user