diff --git a/src/karma.conf.js b/src/karma.conf.js index cae82b3..3093f7a 100644 --- a/src/karma.conf.js +++ b/src/karma.conf.js @@ -35,10 +35,11 @@ module.exports = function (config) { webPreferences: { nodeIntegration: true, nodeIntegrationInSubFrames: true, - allowRunningInsecureContent: true + allowRunningInsecureContent: true, + enableRemoteModule: true } } } } }); -}; \ No newline at end of file +};