Skip to content

Commit 85974ed

Browse files
committed
Fix tests react-router module lookup
1 parent 834f6d1 commit 85974ed

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/karma.conf.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,8 @@ module.exports = function(config) {
2525
cache: true,
2626
resolve: {
2727
alias: {
28-
"app": appPrefix
28+
"app": appPrefix,
29+
"react-router": path.join(__dirname, "..", "node_modules", "react-router", "build", "lib")
2930
},
3031
modulesDirectories: ["node_modules"],
3132
extensions: ["", ".jsx", ".js", ".json"]

0 commit comments

Comments
 (0)