debian-mirror-gitlab/spec/frontend/snippets/components/__snapshots__/snippet_description_view_spec.js.snap
2020-06-23 00:09:42 +05:30

17 lines
354 B
Plaintext

// 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>
`;