summaryrefslogtreecommitdiff
path: root/spec/frontend/repository/components/table/__snapshots__/row_spec.js.snap
blob: f0b72343b6e6fcea1fd4306233a60e1e24ed33e5 (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
// 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"
    >
      test
    </a>
     
    <!---->
  </td>
   
  <td
    class="d-none d-sm-table-cell tree-commit"
  />
   
  <td
    class="tree-time-ago text-right"
  />
</tr>
`;