From 55a2e8ebe262d4dcd6b7489df573f980d24554d0 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Thu, 16 Apr 2020 17:26:41 +1000 Subject: make tests svgdom ready --- .config/karma.conf.common.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config') diff --git a/.config/karma.conf.common.js b/.config/karma.conf.common.js index 62005bf..4808996 100644 --- a/.config/karma.conf.common.js +++ b/.config/karma.conf.common.js @@ -36,7 +36,8 @@ module.exports = function (config) { ], proxies: { - '/fixtures/': '/base/spec/fixtures/' + '/fixtures/': '/base/spec/fixtures/', + '/spec/': '/base/spec/' }, // web server port -- cgit v1.2.3