From e6a3e8bcd0e6cba912404d206588f67e31ca44f0 Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 10 Jan 2017 13:50:22 +0100 Subject: show fewer warnings in karma test runs Signed-off-by: Christoph Wurst --- tests/karma.config.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'tests/karma.config.js') 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/' }, -- cgit v1.2.3