diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-06-13 01:43:37 +0200 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2023-06-13 01:43:37 +0200 |
commit | 03322672782a6318b019eff33fe44ec800d6f12c (patch) | |
tree | 9d807e1585cf28a1ea98e87b855932dba00f1880 /spec/runSVGDomTest.js | |
parent | 8e18b4698edd00f83af0be05bb3374f92fecaeb9 (diff) | |
download | svg.js-03322672782a6318b019eff33fe44ec800d6f12c.tar.gz svg.js-03322672782a6318b019eff33fe44ec800d6f12c.zip |
dependency updates, easier formatting
Diffstat (limited to 'spec/runSVGDomTest.js')
-rw-r--r-- | spec/runSVGDomTest.js | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/spec/runSVGDomTest.js b/spec/runSVGDomTest.js index 3ce24cf..cada481 100644 --- a/spec/runSVGDomTest.js +++ b/spec/runSVGDomTest.js @@ -10,12 +10,8 @@ const jasmine = new Jasmine() jasmine.loadConfig({ spec_dir: '/', - spec_files: [ - 'spec/spec/*/**/*.js' - ], - helpers: [ - 'spec/setupSVGDom.js' - ] + spec_files: ['spec/spec/*/**/*.js'], + helpers: ['spec/setupSVGDom.js'] }) jasmine.execute() |