]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
karma: run tests in parallel
authorXhmikosR <xhmikosr@gmail.com>
Mon, 11 Jan 2021 11:55:22 +0000 (13:55 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Wed, 13 Jan 2021 08:49:09 +0000 (10:49 +0200)
package.json

index 5985040bf80587eabc6f4686a06754940e63d759..46508742d7d66fe12a4c9e4da3375d4f45ef3a1a 100644 (file)
@@ -39,7 +39,7 @@
     "js-minify": "npm-run-all --parallel js-minify-*",
     "js-minify-standalone": "terser --compress typeofs=false --mangle --comments \"/^!/\" --source-map \"content=dist/js/bootstrap.js.map,includeSources,url=bootstrap.min.js.map\" --output dist/js/bootstrap.min.js dist/js/bootstrap.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-test": "npm-run-all js-test-karma* js-test-integration",
+    "js-test": "npm-run-all --parallel js-test-karma* --serial js-test-integration",
     "js-test-karma": "karma start js/tests/karma.conf.js",
     "js-test-karma-old": "cross-env USE_OLD_JQUERY=true npm run js-test-karma",
     "js-test-karma-bundle": "cross-env BUNDLE=true npm run js-test-karma",