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

gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorTakuya Noguchi <takninnovationresearch@gmail.com>2020-09-22 08:52:59 +0300
committerTakuya Noguchi <takninnovationresearch@gmail.com>2020-09-22 10:39:12 +0300
commitb3397f40ad0f8fc5b6cbbdd6ccdf0f003178288d (patch)
tree7bfdc86e2bc294638300610cc27b030ed9385034 /spec
parentaaed8bea601bf6deb1df418755976f97747ed98f (diff)
Replace @gitlab/eslint-config with @gitlab/eslint-plugin
Signed-off-by: Takuya Noguchi <takninnovationresearch@gmail.com>
Diffstat (limited to 'spec')
-rw-r--r--spec/frontend/shared/components/gl_icon_spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/frontend/shared/components/gl_icon_spec.js b/spec/frontend/shared/components/gl_icon_spec.js
index 81525e87..603fafef 100644
--- a/spec/frontend/shared/components/gl_icon_spec.js
+++ b/spec/frontend/shared/components/gl_icon_spec.js
@@ -1,6 +1,6 @@
import { shallowMount, createLocalVue } from '@vue/test-utils';
import GlIcon from '../../../../content/frontend/shared/components/gl_icon.vue';
-import iconSizeOptions from '../../../../content/frontend/shared/constants';
+import { iconSizeOptions } from '../../../../content/frontend/shared/constants';
const ICONS_PATH = '/path/to/icons.svg';
const TEST_SIZE = 8;