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

memory_graph_spec.js.snap « __snapshots__ « components « vue_shared « frontend « spec - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 87eaabf4e986a29c3685ed30cbd7cc5f8c3c2ca5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// 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"
    height="25"
    tooltiplabel="MB"
  />
</div>
`;