/* This file has to be run with esm because node does not understand imports yet: node -r esm ./spec/runSvgdomTest.js || true Without "|| true" node reports a super long error when a test fails */importJasminefrom'jasmine'constjasmine=newJasmine()jasmine.loadConfig({spec_dir:'/',spec_files:['spec/spec/*/**/*.js'],helpers:['spec/setupSVGDom.js']})jasmine.execute()