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

list_item_spec.js.snap « __snapshots__ « components « saved_replies « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 3abdfcdaf202e6a0500c0c3e8efd79003aa7bd59 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Saved replies list item component renders list item 1`] = `
<li
  class="gl-mb-5"
>
  <div
    class="gl-display-flex gl-align-items-center"
  >
    <strong>
      test
    </strong>
  </div>
   
  <div
    class="gl-mt-3 gl-font-monospace"
  >
    /assign_reviewer
  </div>
</li>
`;