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

title_spec.js.snap « __snapshots__ « form « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ff1dad2de684b57a44c0cf5e7b5d4002d899242e (plain)
1
2
3
4
5
6
7
8
9
10
11
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Title edit field matches the snapshot 1`] = `
<gl-form-group-stub
  label="Title"
  label-for="title-field-edit"
  labeldescription=""
>
  <gl-form-input-stub />
</gl-form-group-stub>
`;