summaryrefslogtreecommitdiff
path: root/spec/frontend/blob/components/__snapshots__/blob_header_spec.js.snap
blob: b54efb93bc9e4d1e8f084a6182073ddce3a5502e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
// 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>
`;