Merge pull request #3012 from nextcloud/fix-karma-image-warnings
show fewer warnings in karma test runs
This commit is contained in:
commit
40239decb1
1 changed files with 3 additions and 2 deletions
|
@ -243,8 +243,9 @@ module.exports = function(config) {
|
|||
|
||||
proxies: {
|
||||
// prevent warnings for images
|
||||
'/context.html//core/img/': 'http://localhost:9876/base/core/img/',
|
||||
'/context.html//core/css/': 'http://localhost:9876/base/core/css/',
|
||||
'/base/tests/img/': 'http://localhost:9876/base/core/img/',
|
||||
'/base/tests/css/': 'http://localhost:9876/base/core/css/',
|
||||
'/actions/': 'http://localhost:9876/base/core/img/actions/',
|
||||
'/context.html//core/fonts/': 'http://localhost:9876/base/core/fonts/'
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue