Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorXhmikosR <xhmikosr@gmail.com>2021-08-26 19:12:28 +0300
committerXhmikosR <xhmikosr@gmail.com>2022-11-13 10:27:08 +0300
commit8edb77a4e54aff61feb541b2e7b8e5cd6705c51b (patch)
tree59e2fd097ceba08ba0ffb21c87d65922c9276942 /js/tests/unit/util/backdrop.spec.js
parent5a79c15bc1586693608aa6f0a9aa0023d41590a3 (diff)
Fix the new lint issuesxmr/xo
Diffstat (limited to 'js/tests/unit/util/backdrop.spec.js')
-rw-r--r--js/tests/unit/util/backdrop.spec.js6
1 files changed, 3 insertions, 3 deletions
diff --git a/js/tests/unit/util/backdrop.spec.js b/js/tests/unit/util/backdrop.spec.js
index 73384fc90b..0faaac6a5c 100644
--- a/js/tests/unit/util/backdrop.spec.js
+++ b/js/tests/unit/util/backdrop.spec.js
@@ -1,6 +1,6 @@
-import Backdrop from '../../../src/util/backdrop'
-import { getTransitionDurationFromElement } from '../../../src/util/index'
-import { clearFixture, getFixture } from '../../helpers/fixture'
+import Backdrop from '../../../src/util/backdrop.js'
+import { getTransitionDurationFromElement } from '../../../src/util/index.js'
+import { clearFixture, getFixture } from '../../helpers/fixture.js'
const CLASS_BACKDROP = '.modal-backdrop'
const CLASS_NAME_FADE = 'fade'