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

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

exports[`Blob Header Editing rendering matches the snapshot 1`] = `
<div
  class="file-content code"
>
  <div
    data-editor-loading=""
    id="editor"
  >
    <pre
      class="editor-loading-content"
    >
      Lorem ipsum dolor sit amet, consectetur adipiscing elit.
    </pre>
  </div>
</div>
`;