From 459a56e40e5f6d3ce08d3783c1d75be1963475e1 Mon Sep 17 00:00:00 2001 From: Ulrich-Matthias Schäfer Date: Tue, 21 Mar 2017 18:16:13 +0100 Subject: 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 --- spec/support/jasmine.json | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 spec/support/jasmine.json (limited to 'spec/support') 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" + ] +} -- cgit v1.2.3