From 6aa475c82e69a02882e87da7067e522806d6579c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Wed, 13 Mar 2019 14:55:53 +0200 Subject: Use one-line imports when possible. (#28467) --- js/tests/integration/bundle.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'js/tests/integration/bundle.js') 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"]')] -- cgit v1.2.3