diff options
| author | Johann-S <[email protected]> | 2019-03-13 16:23:50 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2019-07-23 14:23:50 +0200 |
| commit | c8c207465043d940aa031570f0bce5e8fff9ffcf (patch) | |
| tree | 482f430ee84aa4cae8f76cebdec75791a60a50d1 /package.json | |
| parent | 08d81c843706c2b952fadb703f3f9be709a8ca6a (diff) | |
| download | bootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.tar.xz bootstrap-c8c207465043d940aa031570f0bce5e8fff9ffcf.zip | |
Switch from QUnit to Jasmine.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/package.json b/package.json index 693bfdce4..0a9ebfe61 100644 --- a/package.json +++ b/package.json @@ -47,7 +47,6 @@ "js-compile-standalone-esm": "rollup --environment ESM:true,BUNDLE:false --config build/rollup.config.js --sourcemap", "js-compile-bundle": "rollup --environment BUNDLE:true --config build/rollup.config.js --sourcemap", "js-compile-plugins": "node build/build-plugins.js", - "js-compile-plugins-coverage": "cross-env NODE_ENV=test node build/build-plugins.js", "js-lint": "npm-run-all --continue-on-error --parallel js-lint-*", "js-lint-main": "eslint --cache --cache-location .cache/.eslintcache js/src js/tests build/", "js-lint-docs": "eslint --cache --cache-location .cache/.eslintcache site/", @@ -57,10 +56,9 @@ "js-minify-standalone-esm": "terser --compress --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.esm.js.map,includeSources,url=bootstrap.esm.min.js.map\" --output dist/js/bootstrap.esm.min.js dist/js/bootstrap.esm.js", "js-minify-bundle": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.bundle.js.map,includeSources,url=bootstrap.bundle.min.js.map\" --output dist/js/bootstrap.bundle.min.js dist/js/bootstrap.bundle.js", "js-minify-docs": "cross-env-shell terser --mangle --comments \\\"/^!/\\\" --output site/static/docs/$npm_package_version_short/assets/js/docs.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/anchor.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/clipboard.min.js site/static/docs/$npm_package_version_short/assets/js/vendor/bs-custom-file-input.min.js \"site/static/docs/$npm_package_version_short/assets/js/src/*.js\"", - "js-test": "npm-run-all js-test-karma* js-test-integration", + "js-test": "npm-run-all js-test-karma js-test-integration", "js-debug": "cross-env DEBUG=true karma start js/tests/karma.conf.js", "js-test-karma": "karma start js/tests/karma.conf.js", - "js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma", "js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js", "js-test-cloud": "cross-env BROWSER=true npm run js-test-karma", "lint": "npm-run-all --parallel js-lint css-lint", @@ -127,29 +125,29 @@ "hammer-simulator": "0.0.1", "hugo-bin": "^0.43.6", "ip": "^1.1.5", - "jquery": "^3.4.1", + "jasmine-core": "^3.4.0", "karma": "^4.2.0", "karma-browserstack-launcher": "1.4.0", "karma-chrome-launcher": "^3.0.0", "karma-coverage-istanbul-reporter": "^2.0.6", "karma-detect-browsers": "^2.3.3", "karma-firefox-launcher": "^1.1.0", - "karma-qunit": "^4.0.0", - "karma-sinon": "^1.0.5", + "karma-jasmine": "^2.0.1", + "karma-jasmine-html-reporter": "^1.4.2", + "karma-rollup-preprocessor": "^7.0.0", "linkinator": "^1.5.0", "node-sass": "^4.12.0", "nodemon": "^1.19.1", "npm-run-all": "^4.1.5", "popper.js": "^1.15.0", "postcss-cli": "^6.1.3", - "qunit": "^2.9.2", "rollup": "^1.17.0", "rollup-plugin-babel": "^4.3.3", + "rollup-plugin-istanbul": "^2.0.1", "rollup-plugin-node-resolve": "^5.2.0", "serve": "^11.1.0", "shelljs": "^0.8.3", "shx": "^0.3.2", - "sinon": "^7.3.2", "stylelint": "^10.1.0", "stylelint-config-twbs-bootstrap": "^0.3.1", "terser": "^4.1.2", |
