summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
blob: ad08120fada2d2c6e99792885b57f69dba899317 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
// Jest Snapshot v1, https://goo.gl/fbAQLP

exports[`MemoryGraph Render chart should draw container with chart 1`] = `
<div
  class="memory-graph-container p-1"
  style="width: 100px;"
>
  <gl-sparkline-chart-stub
    data="Nov 12 2019 19:17:33,2.87,Nov 12 2019 19:18:33,2.78,Nov 12 2019 19:19:33,2.78,Nov 12 2019 19:20:33,3.01"
    gradient=""
    height="25"
    smooth="0"
    tooltiplabel="MB"
  />
</div>
`;