diff options
author | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-10 13:50:22 +0100 |
---|---|---|
committer | Christoph Wurst <christoph@winzerhof-wurst.at> | 2017-01-10 13:50:22 +0100 |
commit | e6a3e8bcd0e6cba912404d206588f67e31ca44f0 (patch) | |
tree | 9b12624174905746944e70d1f264c65c7c3ca5e3 /tests | |
parent | a5bf14ada3b7edab724fac30ea89996f1a10f157 (diff) | |
download | nextcloud-server-e6a3e8bcd0e6cba912404d206588f67e31ca44f0.tar.gz nextcloud-server-e6a3e8bcd0e6cba912404d206588f67e31ca44f0.zip |
show fewer warnings in karma test runs
Signed-off-by: Christoph Wurst <christoph@winzerhof-wurst.at>
Diffstat (limited to 'tests')
-rw-r--r-- | tests/karma.config.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/karma.config.js b/tests/karma.config.js index 933d6c57410..afb1fa81463 100644 --- a/tests/karma.config.js +++ b/tests/karma.config.js @@ -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/' }, |