summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/components/__snapshots__/blob_edit_content_spec.js.snap
blob: 0409b1182227f499e3f856d05275e58bcc475e58 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Jest Snapshot v1, https://goo.gl/fbAQLP

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