debian-mirror-gitlab/spec/frontend/blob/components/__snapshots__/blob_edit_content_spec.js.snap
2020-10-24 23:57:45 +05:30

19 lines
346 B
Text

// 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>
`;