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

gl_icon_spec.js.snap « __snapshots__ « components « shared « frontend « spec - gitlab.com/gitlab-org/gitlab-docs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: be478d991d328d7df1baadbb5924fddc5b3db00e (plain)
1
2
3
4
5
6
7
// 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>"
`;