diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-21 18:16:13 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2017-03-21 18:16:13 +0100 |
commit | 459a56e40e5f6d3ce08d3783c1d75be1963475e1 (patch) | |
tree | 208ca9b5a3af5898749bbfcc67f97edc8433b693 /spec/support | |
parent | c2ff36620be14e4782d2bdf6154d44ad388fcffc (diff) | |
download | svg.js-459a56e40e5f6d3ce08d3783c1d75be1963475e1.tar.gz svg.js-459a56e40e5f6d3ce08d3783c1d75be1963475e1.zip |
onclick events are now bound with SVG.on, prefixed globals, relax tests to work with svgdom, image loading uses eveents now, can now run jasmine tessts with svgdom when jasmine globally available
Diffstat (limited to 'spec/support')
-rw-r--r-- | spec/support/jasmine.json | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/support/jasmine.json b/spec/support/jasmine.json new file mode 100644 index 0000000..c7845fc --- /dev/null +++ b/spec/support/jasmine.json @@ -0,0 +1,9 @@ +{ + "spec_dir": "spec/spec", + "spec_files": [ + "!(helpers).js" + ], + "helpers": [ + "helpers.js" + ] +} |