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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 00:09:56 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2020-08-18 00:09:56 +0300
commit9facfe5cb194005894467c06e4ea1a9800034ab4 (patch)
tree5ceaecd5f89725250bbf4119558715fa14576c4c /spec/frontend/lazy_loader_spec.js
parent18da92341dac366b7bcfd13f2d3c443ffa315af0 (diff)
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.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/frontend/lazy_loader_spec.js b/spec/frontend/lazy_loader_spec.js
index c50f8157b9e..5eb09bc2359 100644
--- a/spec/frontend/lazy_loader_spec.js
+++ b/spec/frontend/lazy_loader_spec.js
@@ -1,8 +1,8 @@
import { noop } from 'lodash';
-import LazyLoader from '~/lazy_loader';
import { TEST_HOST } from 'helpers/test_constants';
-import waitForPromises from './helpers/wait_for_promises';
import { useMockMutationObserver, useMockIntersectionObserver } from 'helpers/mock_dom_observer';
+import LazyLoader from '~/lazy_loader';
+import waitForPromises from './helpers/wait_for_promises';
const execImmediately = callback => {
callback();