Welcome to mirror list, hosted at ThFree Co, Russian Federation.

blob_header_spec.js.snap « __snapshots__ « components « blob « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: b430dc1555732e452a862442127a4d628a447b55 (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
25
26
27
28
29
30
31
32
33
34
// 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"
>
  <div
    class="gl-display-flex"
  >
    <table-of-contents-stub
      class="gl-pr-2"
    />
     
    <blob-filepath-stub
      blob="[object Object]"
      showpath="true"
    />
  </div>
   
  <div
    class="gl-display-flex gl-flex-wrap file-actions"
  >
    <viewer-switcher-stub
      docicon="document"
      value="simple"
    />
      
    <default-actions-stub
      activeviewer="simple"
      rawpath="https://testing.com/flightjs/flight/snippets/51/raw"
    />
  </div>
</div>
`;