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

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

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