diff options
| author | XhmikosR <[email protected]> | 2023-03-29 20:49:30 +0300 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-03-29 13:49:30 -0400 |
| commit | ae43f0c48bf7acede8a325b24197001fe2b2f416 (patch) | |
| tree | 780ea3b362bff6b88eaed4f4387217264c3b3189 /js/tests/unit/jquery.spec.js | |
| parent | 3aabfc70c38db03e77229a49f4f8c7ed58169cf7 (diff) | |
| download | bootstrap-ae43f0c48bf7acede8a325b24197001fe2b2f416.tar.xz bootstrap-ae43f0c48bf7acede8a325b24197001fe2b2f416.zip | |
Tweak and re-organize ESLint config (#38369)
* Tweak and re-organize ESLint config
* merge individual configs to the root config
* enable more eslint-plugin-import rules
* lint markdown files
* Lint
Diffstat (limited to 'js/tests/unit/jquery.spec.js')
| -rw-r--r-- | js/tests/unit/jquery.spec.js | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/js/tests/unit/jquery.spec.js b/js/tests/unit/jquery.spec.js index 7da39d630..7d7f29dc7 100644 --- a/js/tests/unit/jquery.spec.js +++ b/js/tests/unit/jquery.spec.js @@ -1,18 +1,18 @@ /* eslint-env jquery */ -import Alert from '../../src/alert' -import Button from '../../src/button' -import Carousel from '../../src/carousel' -import Collapse from '../../src/collapse' -import Dropdown from '../../src/dropdown' -import Modal from '../../src/modal' -import Offcanvas from '../../src/offcanvas' -import Popover from '../../src/popover' -import ScrollSpy from '../../src/scrollspy' -import Tab from '../../src/tab' -import Toast from '../../src/toast' -import Tooltip from '../../src/tooltip' -import { clearFixture, getFixture } from '../helpers/fixture' +import Alert from '../../src/alert.js' +import Button from '../../src/button.js' +import Carousel from '../../src/carousel.js' +import Collapse from '../../src/collapse.js' +import Dropdown from '../../src/dropdown.js' +import Modal from '../../src/modal.js' +import Offcanvas from '../../src/offcanvas.js' +import Popover from '../../src/popover.js' +import ScrollSpy from '../../src/scrollspy.js' +import Tab from '../../src/tab.js' +import Toast from '../../src/toast.js' +import Tooltip from '../../src/tooltip.js' +import { clearFixture, getFixture } from '../helpers/fixture.js' describe('jQuery', () => { let fixtureEl |
