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

code_coverage_spec.js.snap « __snapshots__ « graphs « projects « pages « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c4c48ea7517e59fe8099897472c73c7ebbda550b (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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`Code Coverage when fetching data is successful matches the snapshot 1`] = `
<div>
  <div
    class="gl-mt-3 gl-mb-3"
  >
    <!---->
     
    <!---->
     
    <gl-dropdown-stub
      category="primary"
      headertext=""
      hideheaderborder="true"
      size="medium"
      text="rspec"
      variant="default"
    >
      <gl-dropdown-item-stub
        avatarurl=""
        iconcolor=""
        iconname=""
        iconrightarialabel=""
        iconrightname=""
        ischecked="true"
        ischeckitem="true"
        secondarytext=""
        value="rspec"
      >
        
        rspec
      
      </gl-dropdown-item-stub>
      <gl-dropdown-item-stub
        avatarurl=""
        iconcolor=""
        iconname=""
        iconrightarialabel=""
        iconrightname=""
        ischeckitem="true"
        secondarytext=""
        value="cypress"
      >
        
        cypress
      
      </gl-dropdown-item-stub>
      <gl-dropdown-item-stub
        avatarurl=""
        iconcolor=""
        iconname=""
        iconrightarialabel=""
        iconrightname=""
        ischeckitem="true"
        secondarytext=""
        value="karma"
      >
        
        karma
      
      </gl-dropdown-item-stub>
    </gl-dropdown-stub>
  </div>
   
  <gl-area-chart-stub
    annotations=""
    data="[object Object]"
    formattooltiptext="function () { [native code] }"
    height="200"
    includelegendavgmax="true"
    legendaveragetext="Avg"
    legendcurrenttext="Current"
    legendlayout="inline"
    legendmaxtext="Max"
    legendmintext="Min"
    option="[object Object]"
    thresholds=""
  />
</div>
`;