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 --- spec/runSVGDomTest.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'spec/runSVGDomTest.js') 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' ] }) -- cgit v1.2.3