Skip to content

Commit 2c2767a

Browse files
committed
fix(tests): allow karma to load assets (#486)
Fix #465
1 parent 33bf94d commit 2c2767a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/blueprints/ng2/files/karma.conf.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module.exports = function (config) {
4141
],
4242
proxies: {
4343
// required for component assets fetched by Angular's compiler
44-
'/app/': '/base/dist/app/'
44+
'/': '/base/dist/'
4545
},
4646
exclude: [
4747
// Vendor packages might include spec files. We don't want to use those.

0 commit comments

Comments
 (0)