diff options
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' ] }) |