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

editor_lite_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: 267858553692ff290402d48d69812333606919ad (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Jest Snapshot v1, https://goo.gl/fbAQLP

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