summaryrefslogtreecommitdiff
path: root/spec/frontend/lazy_loader_spec.js
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-01-15 00:10:45 +0000
committerGitLab Bot <gitlab-bot@gitlab.com>2021-01-15 00:10:45 +0000
commit8b75948934667904196aba319aedda25b00f06ff (patch)
tree5f743f14301b5abe868a35fad87bfa0fc0581f04 /spec/frontend/lazy_loader_spec.js
parent8f534e1e960eef1f4cfcb7c6d723840523515ffb (diff)
downloadgitlab-ce-8b75948934667904196aba319aedda25b00f06ff.tar.gz
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'spec/frontend/lazy_loader_spec.js')
-rw-r--r--spec/frontend/lazy_loader_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/lazy_loader_spec.js b/spec/frontend/lazy_loader_spec.js
index 1d947170709..f8ac7568724 100644
--- a/spec/frontend/lazy_loader_spec.js
+++ b/spec/frontend/lazy_loader_spec.js
@@ -1,8 +1,8 @@
import { noop } from 'lodash';
import { TEST_HOST } from 'helpers/test_constants';
import { useMockMutationObserver, useMockIntersectionObserver } from 'helpers/mock_dom_observer';
+import waitForPromises from 'helpers/wait_for_promises';
import LazyLoader from '~/lazy_loader';
-import waitForPromises from './helpers/wait_for_promises';
const execImmediately = (callback) => {
callback();