summaryrefslogtreecommitdiff
path: root/spec/frontend/vue_shared/components/__snapshots__/resizable_chart_container_spec.js.snap
blob: add0c36a120d79217d2bf8d20ffe5f74dd812c2b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>
`;