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

exports[`Source Editor component rendering matches the snapshot 1`] = `
<div
  data-editor-loading=""
  id="source-editor-snippet_777"
>
  <pre
    class="editor-loading-content"
  >
    Lorem ipsum dolor sit amet, consectetur adipiscing elit.
  </pre>
</div>
`;