aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-09-14 22:31:06 +0200
committerXhmikosR <[email protected]>2018-09-15 08:50:13 +0300
commit8cd485fcc8b22fae6904626c55e8c36d92dbd260 (patch)
tree8b09cdde2a5293f32aa578d0e5786858cc7a4579 /package.json
parent0b97d1b0c43c42043cd4e97fe303ba08eb4b2b49 (diff)
downloadbootstrap-8cd485fcc8b22fae6904626c55e8c36d92dbd260.tar.xz
bootstrap-8cd485fcc8b22fae6904626c55e8c36d92dbd260.zip
speed up browser tests
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index c429646e7..d9918cbc1 100644
--- a/package.json
+++ b/package.json
@@ -55,6 +55,7 @@
"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",
"js-test-karma-bundle-old": "cross-env BUNDLE=true USE_OLD_JQUERY=true npm run js-test-karma",
+ "prejs-test-cloud": "npm run js-compile && npm run js-test-karma",
"js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
"coveralls": "shx cat js/coverage/lcov.info | coveralls",
"docs": "npm-run-all --parallel css-docs js-docs --sequential docs-compile docs-lint",