diff options
Diffstat (limited to 'spec/frontend/popovers')
-rw-r--r-- | spec/frontend/popovers/components/popovers_spec.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/popovers/components/popovers_spec.js b/spec/frontend/popovers/components/popovers_spec.js index 63e0b3d9c49..0c164d97564 100644 --- a/spec/frontend/popovers/components/popovers_spec.js +++ b/spec/frontend/popovers/components/popovers_spec.js @@ -1,5 +1,5 @@ -import { shallowMount } from '@vue/test-utils'; import { GlPopover } from '@gitlab/ui'; +import { shallowMount } from '@vue/test-utils'; import { useMockMutationObserver } from 'helpers/mock_dom_observer'; import Popovers from '~/popovers/components/popovers.vue'; |