diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-16 17:26:41 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-16 17:26:41 +1000 |
commit | 55a2e8ebe262d4dcd6b7489df573f980d24554d0 (patch) | |
tree | 659beb92cfd67f2b93f304e97439be4cd68d1c08 /.config | |
parent | 054eb94e3b20bee182acbc4389fa7736fad72eca (diff) | |
download | svg.js-55a2e8ebe262d4dcd6b7489df573f980d24554d0.tar.gz svg.js-55a2e8ebe262d4dcd6b7489df573f980d24554d0.zip |
make tests svgdom ready
Diffstat (limited to '.config')
-rw-r--r-- | .config/karma.conf.common.js | 3 |
1 files changed, 2 insertions, 1 deletions
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 |