aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2020-11-23 22:14:52 +0200
committerGitHub <[email protected]>2020-11-23 22:14:52 +0200
commit767db7b7468e32aa9ff22eb023d0ab43fbae0099 (patch)
tree233d6af2802522982ae6f98c487cffb835875d8b /js/tests/integration
parent7c7f08b5e002d53363be52224fc007190da41fe5 (diff)
downloadbootstrap-767db7b7468e32aa9ff22eb023d0ab43fbae0099.tar.xz
bootstrap-767db7b7468e32aa9ff22eb023d0ab43fbae0099.zip
tests/integration/index.html: revert accidental changes
Diffstat (limited to 'js/tests/integration')
-rw-r--r--js/tests/integration/index.html8
1 files changed, 1 insertions, 7 deletions
diff --git a/js/tests/integration/index.html b/js/tests/integration/index.html
index a75e11f56..9855d5d34 100644
--- a/js/tests/integration/index.html
+++ b/js/tests/integration/index.html
@@ -62,12 +62,6 @@
</div>
</div>
- <script src="../../../dist/js/bootstrap.bundle.js"></script>
- <script>
- var tooltipTriggerList = [].slice.call(document.querySelectorAll('[data-bs-toggle="tooltip"]'))
- var tooltipList = tooltipTriggerList.map(function (tooltipTriggerEl) {
- return new bootstrap.Tooltip(tooltipTriggerEl)
- })
- </script>
+ <script src="../../coverage/bundle.js"></script>
</body>
</html>