debian-mirror-gitlab/spec/frontend/blob/components/__snapshots__/blob_header_spec.js.snap
2020-10-24 23:57:45 +05:30

25 lines
480 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Blob Header Default Actions rendering matches the snapshot 1`] = `
<div
class="js-file-title file-title-flex-parent"
>
<blob-filepath-stub
blob="[object Object]"
/>
<div
class="gl-display-none gl-display-sm-flex"
>
<viewer-switcher-stub
value="simple"
/>
<default-actions-stub
activeviewer="simple"
rawpath="/flightjs/flight/snippets/51/raw"
/>
</div>
</div>
`;