debian-mirror-gitlab/spec/frontend/projects/pipelines/charts/components/__snapshots__/ci_cd_analytics_area_chart_spec.js.snap
2021-04-29 21:17:54 +05:30

31 lines
583 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"
>
<template />
<template />
</glareachart-stub>
</div>
</div>
`;