diff options
| author | XhmikosR <[email protected]> | 2021-01-12 15:25:03 +0200 |
|---|---|---|
| committer | XhmikosR <[email protected]> | 2021-01-13 10:49:09 +0200 |
| commit | 0f1069a32e57fdfba81ea366346ed4546489669b (patch) | |
| tree | e5e516e3bc34f6f8e77405029d21725447e3e82a /package.json | |
| parent | f8da510367c47a1efff39050a3239250648a7899 (diff) | |
| download | bootstrap-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.json | 2 |
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", |
