diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-25 15:20:44 +1000 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2020-04-25 15:20:44 +1000 |
commit | b8427b841323fe2c8dc14584b0b10c30159d2023 (patch) | |
tree | d20167149a5b5ef294e70e618584f8ca38c8decd /spec/runSVGDomTest.js | |
parent | e058f51bf16cd908a266391f7d657f35e501bb17 (diff) | |
download | svg.js-b8427b841323fe2c8dc14584b0b10c30159d2023.tar.gz svg.js-b8427b841323fe2c8dc14584b0b10c30159d2023.zip |
sort out unused regex, add parser and regex tests, fix textable tests
Diffstat (limited to 'spec/runSVGDomTest.js')
-rw-r--r-- | spec/runSVGDomTest.js | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/spec/runSVGDomTest.js b/spec/runSVGDomTest.js index 3f2276e..3ce24cf 100644 --- a/spec/runSVGDomTest.js +++ b/spec/runSVGDomTest.js @@ -9,14 +9,12 @@ import Jasmine from 'jasmine' const jasmine = new Jasmine() jasmine.loadConfig({ - spec_dir: 'spec/', + spec_dir: '/', spec_files: [ - 'spec/types/*.js', - 'spec/utils/*.js', - 'spec/elements/*.js' + 'spec/spec/*/**/*.js' ], helpers: [ - 'setupSVGDom.js' + 'spec/setupSVGDom.js' ] }) |