aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration/bundle-modularity.js
diff options
context:
space:
mode:
authorJohann-S <[email protected]>2020-06-19 11:17:01 +0300
committerXhmikosR <[email protected]>2020-12-06 18:42:40 +0200
commitadfdf7160b5822aae12eea677e7dd3128d2569bf (patch)
treedc09bbdff9ce3457867d28aadc583f0de6da0ec2 /js/tests/integration/bundle-modularity.js
parent5f89ea3a0f9b56547eb03b98afcd189b89d7e5a6 (diff)
downloadbootstrap-adfdf7160b5822aae12eea677e7dd3128d2569bf.tar.xz
bootstrap-adfdf7160b5822aae12eea677e7dd3128d2569bf.zip
Update to popper.js v2.x
Diffstat (limited to 'js/tests/integration/bundle-modularity.js')
-rw-r--r--js/tests/integration/bundle-modularity.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/tests/integration/bundle-modularity.js b/js/tests/integration/bundle-modularity.js
index 003f84021..8546141b1 100644
--- a/js/tests/integration/bundle-modularity.js
+++ b/js/tests/integration/bundle-modularity.js
@@ -1,5 +1,5 @@
-import 'popper.js'
import Tooltip from '../../dist/tooltip'
+import '../../dist/carousel'
window.addEventListener('load', () => {
[].concat(...document.querySelectorAll('[data-bs-toggle="tooltip"]'))