aboutsummaryrefslogtreecommitdiff
path: root/js/tests
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2018-09-13 09:02:14 +0200
committerJohann-S <[email protected]>2018-09-13 21:59:37 +0200
commitc543f360c9923fe5641d6470c5c2697bbd60e289 (patch)
treef8e9331bcc8d14b655cfa3a220636b75c601fec8 /js/tests
parented3c6119491b45b92c14799425a2dc2a41842fea (diff)
downloadbootstrap-c543f360c9923fe5641d6470c5c2697bbd60e289.tar.xz
bootstrap-c543f360c9923fe5641d6470c5c2697bbd60e289.zip
do not use coverage files on browserstack
Diffstat (limited to 'js/tests')
-rw-r--r--js/tests/karma-browserstack.conf.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/karma-browserstack.conf.js b/js/tests/karma-browserstack.conf.js
index a4408183d..d1c11301b 100644
--- a/js/tests/karma-browserstack.conf.js
+++ b/js/tests/karma-browserstack.conf.js
@@ -27,9 +27,9 @@ module.exports = (config) => {
files: [
'site/docs/4.1/assets/js/vendor/jquery-slim.min.js',
'site/docs/4.1/assets/js/vendor/popper.min.js',
- 'js/coverage/dist/util.js',
- 'js/coverage/dist/tooltip.js',
- 'js/coverage/dist/!(util|index|tooltip).js', // include all of our js/dist files except util.js, index.js and tooltip.js
+ 'js/dist/util.js',
+ 'js/dist/tooltip.js',
+ 'js/dist/!(util|index|tooltip).js', // include all of our js/dist files except util.js, index.js and tooltip.js
'js/tests/unit/*.js'
],
customLaunchers: browsers,