Skip to content

Commit b92c12f

Browse files
committed
Fix tests locally
1 parent fd90434 commit b92c12f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎tests/karma.conf.js‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ if (process.env.TEST_FILE) {
3333
if (!webpackConfiguration.resolve) {
3434
webpackConfiguration.resolve = {};
3535
}
36-
webpackConfiguration.resolve.modules = ['src', 'node_modules'];
36+
webpackConfiguration.resolve.modules = [path.resolve(__dirname, '../src'), 'node_modules'];
3737
webpackConfiguration.plugins.push(new webpack.ProvidePlugin({
3838
process: 'process/browser'
3939
}));

0 commit comments

Comments
 (0)