Skip to content

Commit 1ea8b71

Browse files
shlomiassafkatallaxie
authored andcommitted
test: resolve root modules directory in test (PatrickJS#1405)
Current resolution is incorrect. This is a quickfix.
1 parent e0b9dd2 commit 1ea8b71

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/webpack.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ module.exports = function (options) {
5151
/**
5252
* Make sure root is src
5353
*/
54-
modules: [path.resolve(__dirname, 'src'), 'node_modules']
54+
modules: [helpers.root('src'), 'node_modules']
5555

5656
},
5757

0 commit comments

Comments
 (0)