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

row_spec.js.snap « __snapshots__ « table « components « repository « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 1f06d693411bda523c49ffe4a576951dfef38124 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Repository table row component renders table row 1`] = `
<tr
  class="tree-item file_1"
>
  <td
    class="tree-item-file-name"
  >
    <i
      aria-label="file"
      class="fa fa-fw fa-file-text-o"
      role="img"
    />
     
    <a
      class="str-truncated"
      href="https://test.com"
    >
      
      test
    
    </a>
     
    <!---->
     
    <!---->
  </td>
   
  <td
    class="d-none d-sm-table-cell tree-commit"
  />
   
  <td
    class="tree-time-ago text-right"
  />
</tr>
`;