diff options
author | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-12 09:36:48 +0100 |
---|---|---|
committer | Ulrich-Matthias Schäfer <ulima.ums@googlemail.com> | 2018-11-28 13:41:21 +0100 |
commit | e03e0323edd1e6580a355952d6cfc1a4436b42df (patch) | |
tree | 5d1845fddf8ae283e9b852147eb200ed60218315 /package.json | |
parent | 58fd0d68bc8b46b23f8cdc65190f08d4e524eb57 (diff) | |
download | svg.js-e03e0323edd1e6580a355952d6cfc1a4436b42df.tar.gz svg.js-e03e0323edd1e6580a355952d6cfc1a4436b42df.zip |
started to add es6 tests using svgdom as fallback in case no dom is found
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/package.json b/package.json index 3c8366e..e89abd7 100644 --- a/package.json +++ b/package.json @@ -58,6 +58,7 @@ "server": "npx http-server ./ -d", "test": "npx karma start .config/karma.conf.js", "test:ci": "karma start .config/karma.conf.saucelabs.js", + "test:quick": "node -r esm ./spec/run.js || true", "build:polyfills": "npx rollup -c .config/rollup.polyfills.js", "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" @@ -82,7 +83,7 @@ "eslint-plugin-standard": "^4.0.0", "esm": "^3.0.84", "http-server": "^0.11.1", - "innersvg-polyfill": "0.0.2", + "jasmine": "^3.3.0", "jasmine-core": "^3.3.0", "karma": "^3.1.1", "karma-chrome-launcher": "^2.2.0", @@ -97,8 +98,7 @@ "rollup-plugin-node-resolve": "^3.4.0", "rollup-plugin-terser": "^3.0.0", "rollup-plugin-uglify": "^6.0.0", - "rollup-plugin-uglify-es": "0.0.1", - "svgdom": "latest" + "svgdom": "github:svgdotjs/svgdom" }, "browserslist": [ "last 1 version", |