aboutsummaryrefslogtreecommitdiffstats
path: root/spec/runSVGDomTest.js
diff options
context:
space:
mode:
Diffstat (limited to 'spec/runSVGDomTest.js')
-rw-r--r--spec/runSVGDomTest.js8
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'
]
})