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

exports[`Snippet Description component matches the snapshot 1`] = `
<markdown-field-view-stub
  class="snippet-description"
  data-qa-selector="snippet_description_content"
>
  <div
    class="md js-snippet-description"
  >
    <h2>
      The property of Thor
    </h2>
  </div>
</markdown-field-view-stub>
`;