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

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFernando Arias <farias@gitlab.com>2019-04-05 08:19:23 +0300
committerMike Greiling <mike@pixelcog.com>2019-04-05 08:19:23 +0300
commite0725fa436708209f431fc874d1ee148bbfb50f0 (patch)
tree834120f95f856355a988098151237b05414e5650 /spec/frontend/vue_shared/components/__snapshots__
parentb54d466caeed724c73f4447c6ad26b7755262968 (diff)
Dynamic vuln graph dimensions
* Fix up graph resize logic if navbar is collapsed Add snapshot
Diffstat (limited to 'spec/frontend/vue_shared/components/__snapshots__')
-rw-r--r--spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap21
1 files changed, 21 insertions, 0 deletions
diff --git a/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap b/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
new file mode 100644
index 00000000000..add0c36a120
--- /dev/null
+++ b/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
@@ -0,0 +1,21 @@
+// Jest Snapshot v1, https://goo.gl/fbAQLP
+
+exports[`Resizable Chart Container renders the component 1`] = `
+<div>
+ <div
+ class="slot"
+ >
+ <span
+ class="width"
+ >
+ 0
+ </span>
+
+ <span
+ class="height"
+ >
+ 0
+ </span>
+ </div>
+</div>
+`;