summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
diff options
context:
space:
mode:
Diffstat (limited to 'spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap')
-rw-r--r--spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap15
1 files changed, 15 insertions, 0 deletions
diff --git a/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap b/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
new file mode 100644
index 00000000000..a7f666ff56d
--- /dev/null
+++ b/spec/frontend/vue_shared/components/__snapshots__/memory_graph_spec.js.snap
@@ -0,0 +1,15 @@
+// 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;"
+>
+ <glsparklinechart-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"
+ variant="gray900"
+ />
+</div>
+`;