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

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

exports[`Placeholder system note component matches snapshot 1`] = `
<timeline-entry-item-stub
  class="note system-note being-posted fade-in-half"
>
  <div
    class="timeline-content"
  >
    <em>
      This is a placeholder
    </em>
  </div>
</timeline-entry-item-stub>
`;