debian-mirror-gitlab/spec/frontend/projects/pipelines/charts/components/__snapshots__/ci_cd_analytics_area_chart_spec.js.snap
2021-03-08 18:12:59 +05:30

27 lines
514 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`CiCdAnalyticsAreaChart matches the snapshot 1`] = `
<div
class="gl-mt-3"
>
<p>
Some title
</p>
<div>
<glareachart-stub
annotations=""
data="[object Object],[object Object]"
height="300"
legendaveragetext="Avg"
legendcurrenttext="Current"
legendlayout="inline"
legendmaxtext="Max"
legendmintext="Min"
option="[object Object]"
thresholds=""
width="0"
/>
</div>
</div>
`;