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

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

exports[`AssociationsListItem renders interpolated message in a \`li\` element 1`] = `
<li>
  <strong>
    5
  </strong>
  groups
</li>
`;