Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-01-13 20:16:51 +0300
committerGitHub <noreply@github.com>2021-01-13 20:16:51 +0300
commitcad88abdb0c81fce717622c9342937b338234bf5 (patch)
treee65fc2feb98e4546ae46eb8faeb15ab10977f62a /package.json
parent05249c8c047c39434d531cc63b7d922deb4fae28 (diff)
JS: update karma config (#32769)
* rename constants * enforce the constants to be Boolean * 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 531d66861b..f70adc436c 100644
--- a/package.json
+++ b/package.json
@@ -51,7 +51,7 @@
"js-test-karma": "karma start js/tests/karma.conf.js",
"js-test-integration-bundle": "rollup --config js/tests/integration/rollup.bundle.js",
"js-test-integration-modularity": "rollup --config js/tests/integration/rollup.bundle-modularity.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",
"js-test-jquery": "cross-env JQUERY=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",