diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 15:26:03 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 15:26:03 +0100 |
commit | efc82b0eafa72902b35c2b22cd9e86bdbdd3edfb (patch) | |
tree | a13e7d67d34d9edff704cd0900a18785edb2f89f /package.json | |
parent | 1f301ad162964eb9079d1c22e3c7ed1c207c4f59 (diff) | |
download | svg.js-efc82b0eafa72902b35c2b22cd9e86bdbdd3edfb.tar.gz svg.js-efc82b0eafa72902b35c2b22cd9e86bdbdd3edfb.zip |
fix testing with svgdom
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json index b3701fe..8fc5e37 100644 --- a/package.json +++ b/package.json @@ -60,7 +60,7 @@ "server": "npx http-server ./ -d", "test": "npx karma start .config/karma.conf.js", "test:ci": "karma start .config/karma.conf.saucelabs.js", - "test:svgdom": "node -r esm ./spec/run.js || true", + "test:svgdom": "node -r esm ./spec/runSVGDomTest.js || true", "test:es6": "npx karma start .config/karma.es6.js --single-run", "prepublishOnly": "npm run build && npm run build:polyfills && npm test", "postPublish": "echo Please upload a zip to the github release containing the dist, license and changelog" |