]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
do not use coverage files on browserstack
authorJohann-S <johann.servoire@gmail.com>
Thu, 13 Sep 2018 07:02:14 +0000 (09:02 +0200)
committerJohann-S <johann.servoire@gmail.com>
Thu, 13 Sep 2018 19:59:37 +0000 (21:59 +0200)
js/tests/karma-browserstack.conf.js

index a4408183d09b5fc1c3bb34ba5eb8e38e6d10b881..d1c11301be652b6eb9e07b12b2b5696db01d24fa 100644 (file)
@@ -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,