aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2021-01-12 15:25:03 +0200
committerXhmikosR <[email protected]>2021-01-13 10:49:09 +0200
commit0f1069a32e57fdfba81ea366346ed4546489669b (patch)
treee5e516e3bc34f6f8e77405029d21725447e3e82a /package.json
parentf8da510367c47a1efff39050a3239250648a7899 (diff)
downloadbootstrap-0f1069a32e57fdfba81ea366346ed4546489669b.tar.xz
bootstrap-0f1069a32e57fdfba81ea366346ed4546489669b.zip
Update karma config
* rename constants * enforce the constants to be Boolean * use the coverage plugin only one time, on the latest jQuery run * fix karma `logLevel`
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/package.json b/package.json
index 46508742d..56e39b0dd 100644
--- a/package.json
+++ b/package.json
@@ -45,7 +45,7 @@
"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",
"js-test-integration": "rollup --config js/tests/integration/rollup.bundle.js",
- "js-test-cloud": "cross-env BROWSER=true npm run js-test-karma",
+ "js-test-cloud": "cross-env BROWSERSTACK=true npm run js-test-karma",
"lint": "npm-run-all --parallel js-lint css-lint lockfile-lint",
"docs": "npm-run-all docs-build docs-lint",
"docs-build": "hugo --cleanDestinationDir",