aboutsummaryrefslogtreecommitdiff
path: root/js/tests/integration
diff options
context:
space:
mode:
authorXhmikosR <[email protected]>2019-03-13 14:55:53 +0200
committerGitHub <[email protected]>2019-03-13 14:55:53 +0200
commit6aa475c82e69a02882e87da7067e522806d6579c (patch)
tree5f0068ae92d93f771458ccdaa5fece0b2674e6e9 /js/tests/integration
parentff1788666ffe935fa066eca6f5a6b9f4384c9b36 (diff)
downloadbootstrap-6aa475c82e69a02882e87da7067e522806d6579c.tar.xz
bootstrap-6aa475c82e69a02882e87da7067e522806d6579c.zip
Use one-line imports when possible. (#28467)
Diffstat (limited to 'js/tests/integration')
-rw-r--r--js/tests/integration/bundle.js4
1 files changed, 1 insertions, 3 deletions
diff --git a/js/tests/integration/bundle.js b/js/tests/integration/bundle.js
index ace578b31..69d754352 100644
--- a/js/tests/integration/bundle.js
+++ b/js/tests/integration/bundle.js
@@ -1,7 +1,5 @@
import 'popper.js'
-import {
- Tooltip
-} from '../../../dist/js/bootstrap.esm.js'
+import { Tooltip } from '../../../dist/js/bootstrap.esm.js'
window.addEventListener('load', () => {
[...document.querySelectorAll('[data-toggle="tooltip"]')]