summaryrefslogtreecommitdiff
path: root/spec/frontend/snippets/components/__snapshots__/snippet_description_view_spec.js.snap
blob: 9ebc4e81bafff913310bbb4f0ce0e2536fd84652 (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_field"
>
  <div
    class="md js-snippet-description"
  >
    <h2>
      The property of Thor
    </h2>
  </div>
</markdown-field-view-stub>
`;