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 /spec/runSVGDomTest.js | |
parent | 054eb94e3b20bee182acbc4389fa7736fad72eca (diff) | |
download | svg.js-55a2e8ebe262d4dcd6b7489df573f980d24554d0.tar.gz svg.js-55a2e8ebe262d4dcd6b7489df573f980d24554d0.zip |
make tests svgdom ready
Diffstat (limited to 'spec/runSVGDomTest.js')
-rw-r--r-- | spec/runSVGDomTest.js | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/spec/runSVGDomTest.js b/spec/runSVGDomTest.js index 57055f4..3f2276e 100644 --- a/spec/runSVGDomTest.js +++ b/spec/runSVGDomTest.js @@ -9,14 +9,14 @@ import Jasmine from 'jasmine' const jasmine = new Jasmine() jasmine.loadConfig({ - "spec_dir": "spec/", - "spec_files": [ - "spec/types/*.js", - "spec/utils/*.js", - "spec/elements/*.js" + spec_dir: 'spec/', + spec_files: [ + 'spec/types/*.js', + 'spec/utils/*.js', + 'spec/elements/*.js' ], - "helpers": [ - "setupSVGDom.js" + helpers: [ + 'setupSVGDom.js' ] }) |