There was an error while loading. Please reload this page.
1 parent fd90434 commit b92c12fCopy full SHA for b92c12f
tests/karma.conf.js
@@ -33,7 +33,7 @@ if (process.env.TEST_FILE) {
33
if (!webpackConfiguration.resolve) {
34
webpackConfiguration.resolve = {};
35
}
36
-webpackConfiguration.resolve.modules = ['src', 'node_modules'];
+webpackConfiguration.resolve.modules = [path.resolve(__dirname, '../src'), 'node_modules'];
37
webpackConfiguration.plugins.push(new webpack.ProvidePlugin({
38
process: 'process/browser'
39
}));
0 commit comments