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
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/shared/components/__snapshots__/gl_icon_spec.js.snap')
-rw-r--r--spec/frontend/shared/components/__snapshots__/gl_icon_spec.js.snap7
1 files changed, 0 insertions, 7 deletions
diff --git a/spec/frontend/shared/components/__snapshots__/gl_icon_spec.js.snap b/spec/frontend/shared/components/__snapshots__/gl_icon_spec.js.snap
deleted file mode 100644
index be478d99..00000000
--- a/spec/frontend/shared/components/__snapshots__/gl_icon_spec.js.snap
+++ /dev/null
@@ -1,7 +0,0 @@
-// Jest Snapshot v1, https://goo.gl/fbAQLP
-
-exports[`GlIcon component when created shows svg class "s8" and path "/path/to/icons.svg#check-circle" 1`] = `
-"<svg class=\\"gl-icon s8\\">
- <use href=\\"#check-circle\\"></use>
-</svg>"
-`;