diff options
| author | Johann-S <[email protected]> | 2018-09-13 09:02:14 +0200 |
|---|---|---|
| committer | Johann-S <[email protected]> | 2018-09-13 21:59:37 +0200 |
| commit | c543f360c9923fe5641d6470c5c2697bbd60e289 (patch) | |
| tree | f8e9331bcc8d14b655cfa3a220636b75c601fec8 | |
| parent | ed3c6119491b45b92c14799425a2dc2a41842fea (diff) | |
| download | bootstrap-c543f360c9923fe5641d6470c5c2697bbd60e289.tar.xz bootstrap-c543f360c9923fe5641d6470c5c2697bbd60e289.zip | |
do not use coverage files on browserstack
| -rw-r--r-- | js/tests/karma-browserstack.conf.js | 6 |
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, |
