summaryrefslogtreecommitdiff
path: root/spec/frontend/projects/pipelines/charts/components/__snapshots__/pipelines_area_chart_spec.js.snap
blob: c15971912ddb21dac30381b81612d17ced3726d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`PipelinesAreaChart matches the snapshot 1`] = `
<div
  class="prepend-top-default"
>
  <p>
    Some title
  </p>
   
  <div>
    <glareachart-stub
      data="[object Object],[object Object]"
      height="300"
      legendaveragetext="Avg"
      legendmaxtext="Max"
      option="[object Object]"
      thresholds=""
      width="0"
    />
  </div>
</div>
`;